2026-08-11 18:40:32 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 18:40:32 [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 18:40:32 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 18:40:32 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 18:40:32 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 18:40:32 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 18:40:32 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 18:40:32 [scrapy.extensions.telnet] INFO: Telnet Password: f9c1f1a8c3fdaf25
2026-08-11 18:40:32 [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 18:40:32 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x70f92962f380>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/gracefarms/5b37c7c295a311f1961a0050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 18:40:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 18:40:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 18:40:32 [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 18:40:32 [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 18:40:32 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 18:40:32 [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 18:40:32 [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 18:40:32 [scrapy.core.engine] INFO: Spider opened
2026-08-11 18:40:32 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.grace_farms.ListingSpider 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 18:40:33 [gracefarms] INFO: Sending scraped events to prod API
2026-08-11 18:40:33 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 18:40:33 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:40:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:40:51 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-27>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012811 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012811"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-27"> Thursday, August 27 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-27"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:40:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12654
2026-08-11 18:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/builder-beginnings/2026-08-28>
{'event_url': 'https://gracefarms.org/event/builder-beginnings/2026-08-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011345 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011345"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
'decoding="async" fetchpriority="high" height="1707" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
'width="2560"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="1707" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
'width="2560"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children and families, ignite your '
'imagination this summer!</p><p>Step outside into the Plaza to '
'roll up your sleeves and explore the question, “What do you want '
'to see in the world?” Work together to build a structure by '
'shaping, cutting, and connecting recycled cardboard and natural '
'materials gathered from <span class="notranslate">Grace '
'Farms</span>.</p><p>Led by Arts Educator <strong>Nancy '
'Jameson</strong> and the <strong><span class="notranslate">Grace '
'Farms</span> Education Team</strong>, this hands-on activity '
'encourages creativity, problem-solving, and joyful artmaking in '
'the open air. Recommended for ages 4-11 with adult '
'caregivers.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-28"> Friday, August 28 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-28"><div class="tribe-recurring-event-time">2:00 '
'pm - 4:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/builder-beginnings" '
'title="Builder Beginnings"> Builder Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> drop-in program; free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbuilder-beginnings%2F2026-08-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbuilder-beginnings%2F2026-08-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:40:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:40:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13764
2026-08-11 18:40:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10009517 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10009517"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive <span '
'class="notranslate">Grace Farms</span> Tour invites a closer '
'look at the architecture of the River building and Barns. Take '
'in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, <a '
'href="https://gracefarms.org/sanaa" rel="noopener" '
'target="_blank">SANAA</a>, holds LEED Gold certification for '
'Building Design and Construction. A demonstration of our '
'continuing efforts to be as sustainable as possible, in 2024, we '
'were awarded Gold certification for Building Operations and '
'Maintenance, building on our LEED Silver certification in '
'2019.</p><p>The River building was awarded the prestigious '
'2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
'the AIA National 2017 Architecture Honor Award and AIA '
'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-27"> Thursday, August 27 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-27"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-08-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-08-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-sept-1-4-2026/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:40:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6334
2026-08-11 18:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-sept-1-4-2026>
{'event_url': 'https://gracefarms.org/event/closed-sept-1-4-2026',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-67855 tribe_events type-tribe_events '
'status-publish hentry" id="post-67855"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>We will be closed from Tuesday, '
'September 1 to Friday, September 4.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Start:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-09-01"> Tuesday, September 1 '
'</abbr></dd></div><div class="detail-item"><dt> End:</dt><dd> '
'<abbr class="tribe-events-abbr dtend" title="2026-09-04"> '
'Friday, September 4 </abbr></dd></div></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-sept-1-4-2026" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-sept-1-4-2026" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12141
2026-08-11 18:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011201 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011201"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Listen to stories from our curated '
'collection of books and take part in an arts and crafts '
'activity. For up to age 5 with adult caregivers.</p><p>Capacity '
'is limited. Early arrival is encouraged.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-28"> Friday, August 28 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-28"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-3" '
'title="Bunny Book Group"> Bunny Book Group </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-28%2F2" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-28%2F2" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:40:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 18803
2026-08-11 18:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011697 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011697"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
'certification for Building Design and Construction. A '
'demonstration of our continuing efforts to be as sustainable as '
'possible, in 2024, we were awarded Gold certification for '
'Building Operations and Maintenance, building on our LEED Silver '
'certification in 2019.</p><p>The River building was awarded the '
'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
'addition to the AIA National 2017 Architecture Honor Award and '
'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
'AIA CES 1.5 LU</em></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-29"> Saturday, August 29 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-29"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 '
'class="events-title">Sponsors</h2><div '
'class="sponsor-logo-container '
'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA '
'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div></div><div '
'class="sponsor-logo-container '
'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
'class="sponsor-logo type_counter-1 columns_counter-3 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-4 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'5">Event Sponsor</div></div></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:40:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14646
2026-08-11 18:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-66290 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
'cat_tea" id="post-66290"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the Pavilion to explore the '
'world of white and green teas. Discover the unique umami flavors '
'of Japanese green teas and sample classic Chinese selections '
'such as Dragon Well and Jasmine Pearls. You’ll also enjoy a '
'glimpse into chado, the Japanese art of tea, gaining insight '
'into the traditions and techniques that have shaped tea culture '
'for centuries.</p><p><em>Journey Into the World of Tea</em> '
'offers a tranquil, in-depth exploration of tea traditions '
'through guided tastings, demonstrations, and engaging '
'conversation. This six-part series is led by Tea Expert and '
'Educator Frank Kwei, who brings decades of knowledge to each '
'session.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-26"> Wednesday, August 26 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-08-26"> '
'3:00 pm - 4:30 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
'& Coffee</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $25 <br/> member: $20</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
'</p><p><strong>About Frank Kwei</strong></p><p>Frank currently '
'serves in the role of Tea Expert and Educator focusing on '
'special projects and tea programs at <span '
'class="notranslate"><span class="notranslate">Grace '
'Farms</span></span>. He has been with <span '
'class="notranslate"><span class="notranslate"><span '
'class="notranslate">Grace Farms</span> Foundation</span></span> '
'since its inception, starting as the Director of Hospitality '
'where he served as a welcoming ambassador for <span '
'class="notranslate"><span class="notranslate">Grace '
'Farms</span></span>. In that role, he often provided a first '
'introduction to <span class="notranslate"><span '
'class="notranslate">Grace Farms</span></span> and its work by '
'pausing over tea in the Pavilion, a reflective space in the '
'River building with 360-degree views of natural '
'landscapes.</p><p>In his current role, Frank is <span '
'class="notranslate"><span class="notranslate">Grace '
'Farms</span></span>’ resident Tea Expert, where he welcomes the '
'public with a simple cup of tea and invites them into a deeper '
'appreciation of the intentionality of SANAA’s architecture and '
'the impact of the Foundation’s work to advance good in the '
'world.</p><p>Before joining <span class="notranslate"><span '
'class="notranslate">Grace Farms</span></span>, Frank co-founded '
'and managed a boutique tea company based in Brooklyn, New York, '
'and spent several years focused on the sourcing and supply '
'chains for tea ingredients. Frank has brought that experience to '
'the Foundation’s work on ethical and sustainable supply chains '
'across sectors, including tea, coffee, food, and architecture. '
'Frank hosts a wide variety of tea education programs on the vast '
'world of tea, its history, and on the ethical and sustainable '
'production of tea and coffee. This serves as a critical entry '
'point to educating people about ethical and sustainable supply '
'chains in other fields.</p><p>Frank brings a depth of knowledge '
'and experience of various cultures to his work at <span '
'class="notranslate"><span class="notranslate">Grace '
'Farms</span></span>. A son of a diplomat, he spent his childhood '
'living and traveling across three continents.</p></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/afternoon-tea-6/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
'Friday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/afternoon-tea-6/" '
'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/23\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
'rel="bookmark">Journey into the World of Tea | Oolong and '
'Pu-erhs</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/14\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/" '
'rel="bookmark">Journey into the World of Tea | Black '
'Teas</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-white-and-green-teas-3" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-white-and-green-teas-3" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:40:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:40:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:40:58 [gracefarms] 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-08-11 18:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-29>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012812 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012812"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-29"> Saturday, August 29 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-29"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:40:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:01 [gracefarms] 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-08-11 18:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-30>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013282 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013282"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-30"> Sunday, August 30 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-30"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12299
2026-08-11 18:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011617 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011617"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Our youngest artists, designers, and '
'builders are invited step into the arts studio to have fun '
'making art inspired by the River building and surrounding '
'landscape! Think, play, create, and experiment with texture, '
'form, line, color and space.</p><p>This session is recommended '
'for ages 1-5 and their caretakers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-27"> Thursday, August 27 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-27"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-2" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-2-2-2-2%2F2026-08-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-2-2-2-2%2F2026-08-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:41:05 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:41:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-08-28>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-08-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013518 tribe_events type-tribe_events '
'status-publish hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013518"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-08-28"> Friday, August 28 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/court-opens-at-12pm" '
'title="Court Opens at 12pm"> Court Opens at 12pm '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:07 [gracefarms] 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-08-11 18:41:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-28>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013281 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013281"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-28"> Friday, August 28 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-28"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:08 [gracefarms] 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-08-11 18:41:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-26>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-26',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012810 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012810"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-26"> Wednesday, August 26 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-26"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-26" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-26" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12806
2026-08-11 18:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-studio-for-children/2026-08-25>
{'event_url': 'https://gracefarms.org/event/nature-studio-for-children/2026-08-25',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011398 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
'tribe_events_cat-children-families cat_nature '
'cat_children-families tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10011398"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
'decoding="async" fetchpriority="high" height="450" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
'width="800"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="450" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
'width="800"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Discover the tiny wonders of '
'nature!</p><p>Using a digital scope and projector, look at '
'monarch and white cabbage moth caterpillars, ladybugs, '
'wildflowers, and other small creatures in incredible, '
'larger-than-life detail. Children will love spotting colors, '
'patterns, and movements not visible to the naked eye.</p><p>With '
'friendly guidance from our Education Team, families will '
'discover how these little creatures help keep the <span '
'class="notranslate">Grace Farms</span> ecosystem healthy. This '
'fun, hands-on exploration of the natural world is the perfect '
'activity before or after walking the surrounding gardens and '
'trails. Recommended for ages 4 – 11 with adult '
'caregivers.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-25"> Tuesday, August 25 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-25"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/nature-studio-for-children" '
'title="Nature Studio for Children"> Nature Studio for Children '
'</a></dd><dt class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/nature" '
'rel="tag">Nature</a><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> drop-in program; free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-studio-for-children%2F2026-08-25" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-studio-for-children%2F2026-08-25" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12675
2026-08-11 18:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-08-26>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-08-26',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011367 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011367"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" fetchpriority="high" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Join us for a playful, hands-on '
'exploration of the building materials featured in our <em>With '
'Every Fiber: Pigment, Stone, Glass</em> exhibit. Families are '
'invited to dive into the surprising properties of pigment, '
'stone, glass, and more — experimenting with how these everyday '
'elements can be shaped, transformed, and reimagined.</p><p>Play, '
'build, deconstruct, and discover alongside the <strong>Grace '
'Education Team</strong> as you explore the life cycle of the '
'materials that make up our built environment and see how '
'imagination can turn even everyday objects into something '
'extraordinary.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-26"> Wednesday, August 26 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-26"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio-for-children" '
'title="Materials Studio for Children"> Materials Studio for '
'Children </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> drop-in program; free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-for-children%2F2026-08-26" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-for-children%2F2026-08-26" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:12 [gracefarms] 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-08-11 18:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-23>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-23',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013280 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013280"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-23"> Sunday, August 23 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-23"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-23" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-23" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:41:13 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:41:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-25>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-25',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012809 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012809"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-25"> Tuesday, August 25 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-25"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-25" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-25" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12669
2026-08-11 18:41:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011416 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011416"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into a world of color and '
'imagination! Inspired by the plans for a flowering lawn in the '
'Plaza, children will use a mix of art materials to create their '
'own vibrant landscape collage. After learning about the '
'different flowers that will bloom at Grace Farms in the years '
'ahead, participants are invited to dream up their own '
'flower-filled design and turn it into a beautiful, one-of-a-kind '
'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
'creative exploration for younger audiences to engage in '
'open-ended inquiry and reflect on the building, its shapes and '
'designs, and its ideas. This ongoing series, offered weekly, is '
'led by Grace Farms Arts Educator Nancy Jameson. Recommended for '
'ages 4-11 with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-29"> Saturday, August 29 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-29"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
'| Landscape Collages </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12668
2026-08-11 18:41:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011415 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011415"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into a world of color and '
'imagination! Inspired by the plans for a flowering lawn in the '
'Plaza, children will use a mix of art materials to create their '
'own vibrant landscape collage. After learning about the '
'different flowers that will bloom at Grace Farms in the years '
'ahead, participants are invited to dream up their own '
'flower-filled design and turn it into a beautiful, one-of-a-kind '
'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
'creative exploration for younger audiences to engage in '
'open-ended inquiry and reflect on the building, its shapes and '
'designs, and its ideas. This ongoing series, offered weekly, is '
'led by Grace Farms Arts Educator Nancy Jameson. Recommended for '
'ages 4-11 with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-27"> Thursday, August 27 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-27"><div class="tribe-recurring-event-time">3:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
'| Landscape Collages </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 18783
2026-08-11 18:41:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011696 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011696"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
'certification for Building Design and Construction. A '
'demonstration of our continuing efforts to be as sustainable as '
'possible, in 2024, we were awarded Gold certification for '
'Building Operations and Maintenance, building on our LEED Silver '
'certification in 2019.</p><p>The River building was awarded the '
'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
'addition to the AIA National 2017 Architecture Honor Award and '
'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
'AIA CES 1.5 LU</em></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-22"> Saturday, August 22 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-22"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 '
'class="events-title">Sponsors</h2><div '
'class="sponsor-logo-container '
'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA '
'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div></div><div '
'class="sponsor-logo-container '
'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
'class="sponsor-logo type_counter-1 columns_counter-3 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-4 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'5">Event Sponsor</div></div></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/27\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-22" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-22" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12141
2026-08-11 18:41:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011755 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011755"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Listen to stories from our curated '
'collection of books and take part in an arts and crafts '
'activity. For up to age 5 with adult caregivers.</p><p>Capacity '
'is limited. Early arrival is encouraged.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-28"> Friday, August 28 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-28"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-3" '
'title="Bunny Book Group"> Bunny Book Group </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-28%2F1" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-28%2F1" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12879
2026-08-11 18:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011414 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011414"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into a world of color and '
'imagination! Inspired by the plans for a flowering lawn in the '
'Plaza, children will use a mix of art materials to create their '
'own vibrant landscape collage. After learning about the '
'different flowers that will bloom at <span '
'class="notranslate">Grace Farms</span> in the years ahead, '
'participants are invited to dream up their own flower-filled '
'design and turn it into a beautiful, one-of-a-kind '
'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
'creative exploration for younger audiences to engage in '
'open-ended inquiry and reflect on the building, its shapes and '
'designs, and its ideas. This ongoing series, offered weekly, is '
'led by <span class="notranslate">Grace Farms</span> Arts '
'Educator Nancy Jameson. Recommended for ages 4-11 with adult '
'caregivers.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-22"> Saturday, August 22 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-22"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
'| Landscape Collages </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-22" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-22" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12526
2026-08-11 18:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-10-02>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-10-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011828 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011828"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-02"> Friday, October 2 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-02"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:41:22 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-01>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-01',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013523 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013523"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-01"> Thursday, October 1 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-01"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-01" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-01" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12563
2026-08-11 18:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-10-01>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-10-01',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011799 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011799"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-01"> Thursday, October 1 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-01"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-01" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-01" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:24 [gracefarms] 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-08-11 18:41:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-02>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013541 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013541"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-02"> Friday, October 2 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-02"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12526
2026-08-11 18:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-10-02>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-10-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011898 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011898"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-02"> Friday, October 2 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-02"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:41:27 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-10-02>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-10-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013550 tribe_events type-tribe_events '
'status-publish hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013550"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-10-02"> Friday, October 2 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/court-opens-at-12pm" '
'title="Court Opens at 12pm"> Court Opens at 12pm '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:29 [gracefarms] 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-08-11 18:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-30>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012825 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012825"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-30"> Wednesday, September 30 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-30"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/champagne-pre-reception/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:30 [gracefarms] 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-08-11 18:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/champagne-pre-reception>
{'event_url': 'https://gracefarms.org/event/champagne-pre-reception',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68687 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry" id="post-68687"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Champagne-Reception_web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Champagne-Reception_web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Champagne-Reception_web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Celebrate the arrival of autumn with an '
'elegant Champagne Pre-Reception in the Commons before the Leslie '
'Odom, Jr. concert. Enjoy champagne and seasonal light bites '
'while gathering with fellow guests in the warm glow of the <span '
'class="notranslate"><span class="notranslate">Grace '
'Farms</span></span> landscape before making your way to the '
'Sanctuary for an unforgettable evening with Leslie Odom, '
'Jr.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-26"> Saturday, September 26 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-26"> '
'3:00 pm - 5:00 pm</div></dd></div></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $75</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fchampagne-pre-reception" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fchampagne-pre-reception" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/leslie-odom-jr/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 19090
2026-08-11 18:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/leslie-odom-jr>
{'event_url': 'https://gracefarms.org/event/leslie-odom-jr',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-66988 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
'tribe_events_cat-music cat_arts cat_music" id="post-66988"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><h2>Leslie Odom, Jr.</h2><p>Tony® and '
'GRAMMY® Award-winning artist <strong>Leslie Odom, Jr.</strong> '
'brings his extraordinary voice, magnetic stage presence, and '
'genre-spanning artistry to the stage for an evening of music '
'that is soulful, sophisticated, and deeply moving.</p><p>This '
'captivating concert features selections from the American '
'Songbook, reimagined pop favorites, and beloved musical theater '
'classics — including special performances of songs from '
'<em>Hamilton</em>, the Broadway phenomenon that earned Odom a '
'Tony Award for his iconic portrayal of Aaron Burr.</p><p>With '
'his signature charm, stunning vocals, and heartfelt '
'storytelling, Leslie Odom, Jr. creates a live experience that is '
'intimate, inspiring, and unforgettable.</p><p>Join us for a '
'night of timeless music, powerful emotion, and the unmatched '
'artistry of one of today’s most celebrated '
'performers.</p><p><em>60-minute performance. No intermission.\xa0'
'</em></p><p><strong>Parking must be reserved in advance and will '
'not be available for purchase upon arrival.</strong> <a '
'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
'rel="noopener" target="_blank"><strong>Purchase parking '
'here.</strong></a></p><p>\xa0</p><p><strong>Join us for a '
'Champagne Pre-Reception</strong></p><p>Celebrate the arrival of '
'autumn with an elegant Champagne Pre-Reception in the Commons '
'before the program. Enjoy champagne and seasonal light bites '
'while gathering with fellow guests in the warm glow of the <span '
'class="notranslate">Grace Farms</span> landscape before making '
'your way to the Sanctuary for an unforgettable evening with '
'Leslie Odom, Jr. <strong><a '
'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
'rel="noopener" target="_blank">Reserve your spot '
'here.</a></strong></p><p>\xa0</p><h3>About Leslie Odom, '
'Jr.</h3><p>Leslie Odom, Jr.\u202fis a Tony and Grammy '
'Award-winning, three-time Emmy and two-time Academy '
'Award-nominated songwriter, actor, and\u202f a\xa0<em>New York '
'Times</em>\u202f bestselling author. Well known for his breakout '
'role as ‘Aaron Burr’ in the Pulitzer Prize-winning Broadway '
'musical\xa0<em>Hamilton</em>, Odom made the season’s most highly '
'anticipated return to his award-winning role in September 2025. '
'During his limited engagement run, which came nine years after '
'his final bow, <em>Hamilton</em> hit its\xa0highest ever gross '
'in its ten years on Broadway. Odom’s long-awaited return to '
'Broadway following his original <em>Hamilton</em> run came in '
'2023 as a producer, alongside his beloved Nicolette Robinson and '
'the gracious Jeffrey Richards, with the classic American '
'comedy\u202f<em>Purlie Victorious: A Non-Confederate Romp '
'Through the Cotton Patch</em>\u202f written by the legendary '
'Ossie Davis. The revival opened to widespread critical acclaim. '
'Odom was Tony-nominated for his performance, and the production '
'received six nominations and one win. <em>Purlie Victorious</em> '
'was recorded and aired as part of PBS’\xa0<em>Great '
'Performances.\xa0</em></p><p>Odom<em>\xa0</em>has continued to '
'captivate audiences across film and television including his '
'star turn as legendary soul singer Sam Cooke in the Amazon film '
'adaptation of\u202f<em>One Night in Miami…, </em>directed by '
'Regina King. His lauded portrayal of the soul icon and musical '
'performance of original song “Speak Now” earned him multiple '
'awards and nominations. Additional film and television credits '
'include Rian Johnson’s record-breaking 2022\xa0<em>Knives Out\xa0'
'</em>sequel,\xa0<em>Glass Onion: A Knives Out Mystery,\xa0'
'</em>for Netflix,\xa0<em>The Many Saints of Newark,</em>\xa0a '
'prequel to David Chase’s award-winning HBO series <em>The</em> '
'<em>Sopranos</em>, Apple TV+’s\u202f<em>Central Park</em>\xa0'
'(2020 Emmy nomination),\u202f<em>Hamilton</em>\u202f on Disney+ '
'(2021 Emmy nomination), host of “The Tony Awards Present: '
'Broadway’s Back!” on CBS (2022 Emmy nomination), <em>Abbott '
'Elementary, The Proud Family: Louder and Prouder, Harriet,\xa0'
'</em>and many more.</p><p>In March 2018, Odom added the title of '
'author to his resume with the release of his book –\xa0'
'<em>Failing Up: How to Take Risks, Aim Higher and Never Stop '
'Learning</em>, which was recently released in paperback in March '
'2025. Co-written with Nicolette Robinson, Odom’s first '
'children’s book,\u202f<em>I Love You More Than You’ll Ever '
'Know,</em>\u202fwas published by Feiwel & Friends in March '
'2023. The book debuted on the\u202f<em>New York Times</em>\xa0'
'bestseller list at #7 in its first week. Odom has released six '
'full-length albums. His sixth and first-ever live album,\xa0'
'<em>An Offering: Live at Speakeasy Studios</em>,\xa0was released '
'on October 17, 2025.</p><p>\xa0</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-26"> Saturday, September 26 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-26"> '
'5:00 pm - 6:15 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/arts" '
'rel="tag">Arts</a><a '
'href="https://gracefarms.org/events/category/arts/music" '
'rel="tag">Music</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> Group A: $450 <br/> ($200 tax '
'deductible)<br/><br/> Group B: $350 <br/> ($100 tax '
'deductible)<br/><br/> Group C: $250 <br/> ($50 tax '
'deductible)<br/><br/> member discount does not apply to this '
'event</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/d30545ac-f07e-c430-b3b6-5cc2eaf8d061" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/d30545ac-f07e-c430-b3b6-5cc2eaf8d061" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
'</p><p><strong>Event Add-Ons</strong></p><p>Enhance your early '
'fall evening at <span class="notranslate">Grace Farms</span> '
'with add-ons to round out your experience. <a '
'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
'rel="noopener" target="_blank">Select from the following options '
'here</a> and when reserving your tickets using the registration '
'link above.</p><p><b></b></p><div class="row"><div class="four '
'columns initiative-item gf-fade active"><b><a '
'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e"><div '
'class="four-three-wrapper"><div class="lazyload initiative-image '
'four-three-image" '
'data-bg="https://gracefarms.org/wp-content/uploads/2026/04/Commons-Pre-Reception.jpg" '
'style="background-image:url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20500%20300%22%3E%3C/svg%3E);background-position:center;background-size:cover;"></div></div><h2>Champagne '
'Pre-Reception</h2><p>Gather with fellow guests before the '
'performance in the glass-enclosed Commons.</p></a></b></div><div '
'class="four columns initiative-item gf-fade active"><b><a '
'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e"><div '
'class="four-three-wrapper"><div class="lazyload initiative-image '
'four-three-image" '
'data-bg="https://gracefarms.org/wp-content/uploads/2026/04/Paid-Parking-fall-thumb.jpg" '
'style="background-image:url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20500%20300%22%3E%3C/svg%3E);background-position:center;background-size:cover;"></div></div><h2>On-Site '
'Parking & Off-Site Parking with Shuttle '
'Service</h2><p>Parking must be reserved in advance and will not '
'be available for purchase upon '
'arrival.</p></a></b></div></div><p></p><hr/><h3></h3><h3>2026/2027 '
'season</h3><p>The 2026/2027 season deepens our ongoing '
'exploration of the programmatic theme, <i '
'data-gtm-vis-has-fired1452017_328="1">We all build</i>, through '
'a new slate of one-of-a-kind experiences rooted in our mission '
'to foster more grace and peace locally and globally. Join us for '
'unforgettable musical performances, stirring dialogue from '
'today’s leading thinkers, and community moments — each held in '
'an immersive setting where boundaries between people, '
'architecture, and landscape dissolve. Visit us throughout the '
'seasons to sit at this unique intersection and explore topics '
'that aim to inspire both introspection and joy. From there, we '
'hope you connect with our theme that encourages all to build a '
'more graceful and peaceful world, every day.</p></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
'Sunday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark">Season Opener | Teresita '
'Fernández</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark">Tea Diplomacy in partnership with International '
'House of Japan</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fleslie-odom-jr" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fleslie-odom-jr" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-09-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12925
2026-08-11 18:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-09-29>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-09-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011949 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011949"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-29"> Tuesday, September 29 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-29"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:33 [scrapy.extensions.logstats] INFO: Crawled 34 pages (at 34 pages/min), scraped 32 items (at 32 items/min)
2026-08-11 18:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12656
2026-08-11 18:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/learning-with-nature-monarch-migration>
{'event_url': 'https://gracefarms.org/event/learning-with-nature-monarch-migration',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-66302 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
'tribe_events_cat-children-families cat_nature '
'cat_children-families" id="post-66302"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Monarch-Butterfly-Migration-26.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Monarch-Butterfly-Migration-26.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Monarch-Butterfly-Migration-26.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Join Grace Farms Horticulture Director '
'<strong>Kimberly Kelly</strong> and experts from Kansas State '
'University for a hands-on field study to safely record, tag, and '
'release monarch butterflies throughout Grace Farms 80 acres of '
'landscape.</p><p>Learn how to net, tag, and record Monarchs in a '
'way that supports the best outcome for healthy butterflies to '
'survive migration, winter, the flight north in late spring, and '
'successful reproduction in late summer. This workshop ends with '
'our a cup of our butterfly pea flower tea and a culinary treat '
'in the Commons.</p><p>Over the past few decades, monarch '
'butterfly populations have declined by close to 90%. As a '
'participant of the Kansas State University’s Monarch Watch '
'program, Grace Farms has been working to increase the Monarch '
'habitat and this summer we will be participating in the Monarch '
'Watch tagging program.</p><p>Recommended for ages 12 and up. Due '
'to uneven terrain for the field portion of the workshop, '
'strollers, walkers and wheelchairs are not '
'recommended.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-22"> Saturday, August 22 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-08-22"> '
'10:30 am - 12:30 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/nature" '
'rel="tag">Nature</a><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/f358e9ed-d9a8-4800-bb81-ce64d34dfe72" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/f358e9ed-d9a8-4800-bb81-ce64d34dfe72" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Flearning-with-nature-monarch-migration" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Flearning-with-nature-monarch-migration" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:41:34 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-29>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012824 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012824"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-29"> Tuesday, September 29 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-29"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:41:36 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-27>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013289 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013289"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-27"> Sunday, September 27 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-27"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12258
2026-08-11 18:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4>
{'event_url': 'https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68492 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68492"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Families '
'are invited to a special, book-inspired Open Arts Studio '
'experience that blends storytelling, music, and creative '
'expression. The morning features a reading of <em>I Love You '
'More Than You’ll Ever Know</em>, co-authored by '
'<strong>Nicolette Robinson</strong> and <strong>Leslie Odom, '
'Jr.</strong> The book’s illustrator, <strong>Joy Hwang '
'Ruiz</strong>, will lead a hands-on art activity inspired by the '
'story, inviting children to explore the connection between '
'colors and emotions through creative expression.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-25"> Friday, September 25 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-25"> '
'11:30 am - 12:30 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> child: $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0472cca1-d65d-1356-7e6f-ddcc4f7a5977" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0472cca1-d65d-1356-7e6f-ddcc4f7a5977" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstorytime-featuring-ill-love-you-more-than-youll-ever-know-4" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstorytime-featuring-ill-love-you-more-than-youll-ever-know-4" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12929
2026-08-11 18:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-09-30>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-09-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012127 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012127"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-30"> Wednesday, September 30 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-30"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:42 [gracefarms] 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-08-11 18:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-23>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-23',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012822 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012822"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-23"> Wednesday, September 23 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-23"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-23" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-23" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13028
2026-08-11 18:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011814 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011814"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Explore the dynamic world of '
'oolongs and pu-erh teas. Albeit lesser known in the U.S., oolong '
'and pu-erh drive the tea culture in China and Taiwan. Sample and '
'compare the flavor profile of floral green oolongs and fruity '
'dark oolongs and learn about the unique characteristics of aged '
'pu-erh teas. Stretch your palate and explore the complex tastes '
'of raw green pu-erhs and earthy dark cooked '
'pu-erhs.</p><p>Journey Into the World of Tea offers a tranquil, '
'in-depth exploration of tea traditions through guided tastings, '
'demonstrations, and engaging conversation. This six-part series '
'takes place in the glass-enclosed Tea Pavilion, and is led by '
'<span class="notranslate">Grace Farms</span> Tea Expert and '
'Educator <strong>Frank Kwei,</strong> who brings decades of '
'knowledge to each session.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-23"> Wednesday, September 23 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-23"><div class="tribe-recurring-event-time">3:00 '
'pm - 4:30 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
'title="Journey Into the World of Tea"> Journey Into the World of '
'Tea </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
'& Coffee</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
'advocate member: free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/afternoon-tea-6/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
'Friday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/afternoon-tea-6/" '
'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
'rel="bookmark">Journey Into the World of Tea | White and Green '
'Teas</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/14\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/" '
'rel="bookmark">Journey into the World of Tea | Black '
'Teas</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-oolong-and-pu-erhs-2%2F2026-09-23" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-oolong-and-pu-erhs-2%2F2026-09-23" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13767
2026-08-11 18:41:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10009521 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10009521"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive <span '
'class="notranslate">Grace Farms</span> Tour invites a closer '
'look at the architecture of the River building and Barns. Take '
'in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, <a '
'href="https://gracefarms.org/sanaa" rel="noopener" '
'target="_blank">SANAA</a>, holds LEED Gold certification for '
'Building Design and Construction. A demonstration of our '
'continuing efforts to be as sustainable as possible, in 2024, we '
'were awarded Gold certification for Building Operations and '
'Maintenance, building on our LEED Silver certification in '
'2019.</p><p>The River building was awarded the prestigious '
'2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
'the AIA National 2017 Architecture Honor Award and AIA '
'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-24"> Thursday, September 24 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-24"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-09-24" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-09-24" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12252
2026-08-11 18:41:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know>
{'event_url': 'https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68482 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68482"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Families '
'are invited to a special, book-inspired Open Arts Studio '
'experience that blends storytelling, music, and creative '
'expression. The morning features a reading of <em>I Love You '
'More Than You’ll Ever Know</em>, co-authored by '
'<strong>Nicolette Robinson</strong> and <strong>Leslie Odom, '
'Jr.</strong> The book’s illustrator, <strong>Joy Hwang '
'Ruiz</strong>, will lead a hands-on art activity inspired by the '
'story, inviting children to explore the connection between '
'colors and emotions through creative expression.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-25"> Friday, September 25 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-25"> '
'10:00 am - 11:00 am</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> child: $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0472cca1-d65d-1356-7e6f-ddcc4f7a5977" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0472cca1-d65d-1356-7e6f-ddcc4f7a5977" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstorytime-featuring-ill-love-you-more-than-youll-ever-know" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstorytime-featuring-ill-love-you-more-than-youll-ever-know" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:44 [gracefarms] 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-08-11 18:41:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-25>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-25',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013288 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013288"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-25"> Friday, September 25 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-25"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-25" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-25" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:41:44 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:41:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-09-25>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-09-25',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013522 tribe_events type-tribe_events '
'status-publish hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013522"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-09-25"> Friday, September 25 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/court-opens-at-12pm" '
'title="Court Opens at 12pm"> Court Opens at 12pm '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-25" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-25" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:45 [gracefarms] 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-08-11 18:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-24>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-24',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012823 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012823"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-24"> Thursday, September 24 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-24"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-24" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-24" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:49 [gracefarms] 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-08-11 18:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-22>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-22',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012808 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012808"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-22"> Saturday, August 22 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-08-22"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-22" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-22" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12566
2026-08-11 18:41:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-09-24>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-09-24',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011798 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011798"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-24"> Thursday, September 24 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-24"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-24" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-24" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-09-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12925
2026-08-11 18:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-09-22>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-09-22',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011948 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011948"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-22"> Tuesday, September 22 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-22"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-22" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-22" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12929
2026-08-11 18:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-09-23>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-09-23',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012126 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012126"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-23"> Wednesday, September 23 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-23"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-23" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-23" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:41:54 [gracefarms] 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-08-11 18:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-22>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-22',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012821 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012821"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-22"> Tuesday, September 22 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-22"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-22" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-22" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13100
2026-08-11 18:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/birdwatching-walk-3/2026-09-19>
{'event_url': 'https://gracefarms.org/event/birdwatching-walk-3/2026-09-19',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011759 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
'tribe_events_cat-children-families cat_nature '
'cat_children-families tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10011759"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph">Birdwatchers of all ages and '
'experience are invited to join birding expert <strong>Brian '
'O’Toole</strong>, the Visitor Service Manager for the Stamford '
'Museum and Nature Center. Through these guided walks, connect '
'with the purpose of the ecosystems we inhabit, the vibrant life '
'that’s a part of it, and our role in maintaining and adding to '
'it.<p></p><p>Brian O’Toole serves on the Board of Directors for '
'the Connecticut Ornithological Association. Previously, he '
'served as a board member for the Greenwich Audubon Society, was '
'the compiler for the Greenwich-Stamford Christmas Bird Count as '
'well as the paid hawk counter for the Quaker Ridge Hawkwatch for '
'many years. He worked as a naturalist, camp counselor and store '
'manager at the Greenwich Audubon Center and was a Visitor '
'Services Manager at Connecticut’s Beardsley Zoo. Currently he is '
'the Visitor Services Manager at the Stamford Museum & Nature '
'Center in Stamford, CT.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-19"> Saturday, September 19 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-19"><div class="tribe-recurring-event-time">11:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/birdwatching-walk-3" '
'title="Birdwatching Walk"> Birdwatching Walk </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/nature" '
'rel="tag">Nature</a><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
'$8</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/29c360a9-a98f-7a34-6990-d318aa194e9e" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/29c360a9-a98f-7a34-6990-d318aa194e9e" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-3%2F2026-09-19" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-3%2F2026-09-19" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 18806
2026-08-11 18:41:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011701 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011701"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
'certification for Building Design and Construction. A '
'demonstration of our continuing efforts to be as sustainable as '
'possible, in 2024, we were awarded Gold certification for '
'Building Operations and Maintenance, building on our LEED Silver '
'certification in 2019.</p><p>The River building was awarded the '
'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
'addition to the AIA National 2017 Architecture Honor Award and '
'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
'AIA CES 1.5 LU</em></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-19"> Saturday, September 19 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-19"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 '
'class="events-title">Sponsors</h2><div '
'class="sponsor-logo-container '
'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA '
'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div></div><div '
'class="sponsor-logo-container '
'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
'class="sponsor-logo type_counter-1 columns_counter-3 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-4 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'5">Event Sponsor</div></div></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-19" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-19" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 16985
2026-08-11 18:41:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/leading-with-purpose-sarah-harden>
{'event_url': 'https://gracefarms.org/event/leading-with-purpose-sarah-harden',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-67372 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community tribe_events_cat-arts cat_community '
'cat_arts" id="post-67372"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Join us for a conversation with<strong> '
'Sarah Harden</strong>, former CEO of Hello Sunshine, as she '
'reflects on her journey of leadership across industries, from '
'sports to media and technology.</p><p>As CEO of <strong>Hello '
'Sunshine,</strong> the media company founded by Reese '
'Witherspoon, Harden grew a bold vision into a global cultural '
'force. She oversaw acclaimed productions like <em>Big Little '
'Lies</em> and <em>The Morning Show</em>, while shaping a '
'storytelling ecosystem that broadened whose voices are seen, '
'heard, and brought to market, culminating in a landmark $900 '
'million sale to Candle Media.</p><p>Her impact extends into '
'sports, where she serves as an investor and board member of '
'Angel City Football Club and on the Board of Governors of the '
'National Women’s Soccer League, helping shape one of the most '
'dynamic areas of growth in the industry.</p><p>A visionary '
'leader, Harden brings a distinctive ability to transform '
'industries, advancing gender equity while creating lasting '
'cultural and economic value.</p><p><em>Recommended for ages 12 '
'and up.</em></p><p>\xa0</p><p><strong data-end="980" '
'data-start="799">Begin your evening with a complimentary '
'Pre-Reception in the Library from 3:30 – 5 pm featuring '
'tea-inspired mocktails and a curated selection of wines. Space '
'is limited, so register early to secure your '
'spot.</strong></p><p>\xa0</p><p>\xa0</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-19"> Saturday, September 19 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-19"> '
'5:00 pm - 6:00 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a><a '
'href="https://gracefarms.org/events/category/arts" '
'rel="tag">Arts</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $40 <br/> member: $32</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/da4c296c-6b97-add3-77ae-549348dfc50c" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/da4c296c-6b97-add3-77ae-549348dfc50c" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="extra-content"><h3></h3><h3><strong>Leading with '
'Purpose</strong></h3><p>This series highlights innovative '
'leaders and transformational thinkers who are advancing more '
'equitable, sustainable, and inclusive systems across industries. '
'<em>Leading with Purpose</em> shines the spotlight on bold ideas '
'and purpose-driven leadership that shape culture, influence '
'capital, and drive lasting change.</p><hr/><h4><strong>About '
'Sarah Harden</strong></h4><p><img alt="" class="lazy-hidden" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Sarah-Harden-Headshot-web-crop.jpg" '
'decoding="async" height="281" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="500"/><noscript><img alt="" decoding="async" height="281" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Sarah-Harden-Headshot-web-crop.jpg" '
'width="500"/></noscript></p><p><strong>Sarah Harden</strong> is '
'a visionary creative executive and business builder with a track '
'record of building enterprises that combine cultural impact with '
'exceptional commercial outcomes.</p><p>Most recently, Harden '
'served as CEO of Hello Sunshine and Candle Studios. Alongside '
'founder Reese Witherspoon, she reimagined what a media company '
'could be — building Hello Sunshine from a startup into a premium '
'content producer and direct-to-consumer media brand, cultivating '
'a community of over 150 million weekly followers, and '
'spearheading its $900 million sale to Blackstone-backed Candle '
'Media in 2021.</p><p>Harden’s career spans two decades of '
'building and creating transformative value from media businesses '
'globally. As President of Otter Media, she pioneered investments '
'in and launched some of the most innovative digital video '
'services of their era — including Crunchyroll, Fullscreen and '
'Roosterteeth — driving the business to a $1.56 billion sale, and '
'originating the first investment in Hello Sunshine. Earlier in '
'her career she held senior roles at News Corp Asia in Hong Kong, '
'including a board seat at ESPN-Star Sports, and as SVP of '
'Business Development at Fox Networks Group in Los Angeles. She '
'began her career at Boston Consulting Group in Melbourne, '
'Australia, and holds degrees from the University of Melbourne '
'and Harvard Business School, where she graduated as a Baker '
'Scholar.</p><p>Harden is a committed advocate for the commercial '
'potential of women in sports, media and consumer businesses. She '
'serves on the Board of Angel City Football Club and the National '
'Women’s Soccer League Governing Board, and as an active angel '
'investor with a portfolio of over 30 companies, consistently '
'putting capital behind her conviction that investing in women '
'drives outsized returns.</p><p>She also serves on the Board of '
'Magnite (NASDAQ: MGNI), is Operating Chair of Bindery, an '
'innovative publishing company, and is Chair of the Board of '
'Trustees of Crossroads School for the Arts and '
'Sciences.</p><hr/><h5>2026/2027 season</h5><p>The 2026/2027 '
'season deepens our ongoing exploration of the programmatic '
'theme,\xa0<em>We all build</em>, through a new slate of '
'one-of-a-kind experiences rooted in our mission to foster more '
'grace and peace locally and globally. Join us for unforgettable '
'musical performances, stirring dialogue from today’s leading '
'thinkers, and community moments — each held in an immersive '
'setting where boundaries between people, architecture, and '
'landscape dissolve. Visit us throughout the seasons to sit at '
'this unique intersection and explore topics that aim to inspire '
'both introspection and joy. From there, we hope you connect with '
'our theme that encourages all to build a more graceful and '
'peaceful world, every day.</p></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
'Sunday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark">Season Opener | Teresita '
'Fernández</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fleading-with-purpose-sarah-harden" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fleading-with-purpose-sarah-harden" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:41:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:41:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:41:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:41:56 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:41:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-20>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-20',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013287 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013287"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-20"> Sunday, September 20 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-20"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-20" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-20" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12523
2026-08-11 18:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-09-19>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-09-19',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012240 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012240"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-19"> Saturday, September 19 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-19"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-19" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-19" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:42:02 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:42:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-19>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-19',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012820 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012820"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-19"> Saturday, September 19 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-19"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-19" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-19" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12398
2026-08-11 18:42:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao>
{'event_url': 'https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68272 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68272"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
'decoding="async" fetchpriority="high" height="1158" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
'width="2560"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="1158" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
'width="2560"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This special Bunny Book Group features '
'local author <strong>Jillian Miao</strong>. For our youngest '
'readers, Miao will read from her colorful board books from the '
'Baby Botanicals series, including Good Morning, Garden! and '
'Peekaboo, Flowers! Following story time, Miao will facilitate a '
'hands-on activity to help children build confidence and exercise '
'their imagination.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-18"> Friday, September 18 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-18"> '
'10:15 am - 10:45 am</div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/special-bunny-book-group-with-jillian-miao" '
'title="Special Bunny Book Group with Jillian Miao"> Special '
'Bunny Book Group with Jillian Miao </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/39d31fa3-9a3d-bb53-f3b9-6c460136c558" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/39d31fa3-9a3d-bb53-f3b9-6c460136c558" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fspecial-bunny-book-group-with-jillian-miao" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fspecial-bunny-book-group-with-jillian-miao" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:42:03 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-18>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-18',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013286 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013286"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-18"> Friday, September 18 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-18"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-18" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-18" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:42:03 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-17>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-17',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012819 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012819"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-17"> Thursday, September 17 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-17"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-17" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-17" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:42:03 [gracefarms] 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-08-11 18:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-16>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-16',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012818 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012818"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-16"> Wednesday, September 16 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-16"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-16" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-16" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:42:04 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-09-18>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-09-18',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013521 tribe_events type-tribe_events '
'status-publish hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013521"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-09-18"> Friday, September 18 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/court-opens-at-12pm" '
'title="Court Opens at 12pm"> Court Opens at 12pm '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-18" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-18" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12566
2026-08-11 18:42:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-09-17>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-09-17',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011797 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011797"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-17"> Thursday, September 17 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-17"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-17" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-17" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/backyard-blooms/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11831
2026-08-11 18:42:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/backyard-blooms>
{'event_url': 'https://gracefarms.org/event/backyard-blooms',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68249 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
'cat_nature" id="post-68249"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Backyard-Blooms-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Backyard-Blooms-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Backyard-Blooms-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Make your '
'own handmade bouquet alongside our Horticulture Team. Inspired '
'by the slow flower movement to embrace local, sustainable, and '
'seasonal flowers, this hands-on workshop provides tips on '
'growing your own blooms, emphasizes the importance of knowing '
'the origin of your flowers and encourages everyone to see the '
'beauty in their own backyard.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-12"> Saturday, September 12 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-12"> '
'12:30 pm - 2:00 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/nature" '
'rel="tag">Nature</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $50 <br/> member: $40</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/f914a9ca-7d8a-4ce5-1ede-e788c47cbb2d" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/f914a9ca-7d8a-4ce5-1ede-e788c47cbb2d" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
'Tuesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/19\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/20\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbackyard-blooms" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbackyard-blooms" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 17710
2026-08-11 18:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/season-opener-teresita-fernandez>
{'event_url': 'https://gracefarms.org/event/season-opener-teresita-fernandez',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-67363 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
'tribe_events_cat-music cat_arts cat_music" id="post-67363"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><h2>2026-2027 season '
'opener</h2><p>Internationally acclaimed artist <strong>Teresita '
'Fernández</strong> joins us in the Sanctuary for a conversation '
'with <span class="notranslate">Grace Farms</span> Founding '
'Creative Director <strong>Chelsea Thatcher</strong> to discuss '
'her studio practice, research, materials, and site-specific '
'work, <a href="https://gracefarms.org/artworks#permanent" '
'rel="noopener" target="_blank"><em>Double Glass River</em></a> '
'(2015), which has become an integral part of <span '
'class="notranslate">Grace Farms</span>.</p><p>Created in '
'relationship with the River building and nature in 2015 during '
'the period of the building’s construction, <em>Double Glass '
'River</em>, resembles an undulating galaxy of 10,000 mirrored '
'glass cubes and expands horizontally across the curved wall at '
'the end of the Commons. Depending on where the viewer stands, '
'the shining reflection constantly alters, and engages the viewer '
'in many places along the grounds. The work urges the audience to '
'reflect upon themselves and their relationship to a changing '
'landscape.</p><p>Fernández and Thatcher’s conversation will be '
'preceded by a short solo viola recital by award-winning '
'Jamaican-American violist <strong>Jordan Bak</strong> to open '
'the season’s music program, with a focus on the contemplative '
'and active dynamics of peace.</p><p>Throughout the day, children '
'ages 4-11 are invited to attend <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="noopener" target="_blank"><strong>Open Arts '
'Studio</strong></a> to imagine, think, play, and create through '
'an activity inspired by Fernández.</p><p>\xa0</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-13"> Sunday, September 13 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-13"> '
'2:00 pm - 3:15 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/arts" '
'rel="tag">Arts</a><a '
'href="https://gracefarms.org/events/category/arts/music" '
'rel="tag">Music</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0afc7926-dd26-7897-9252-94ffce991440" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0afc7926-dd26-7897-9252-94ffce991440" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="extra-content"><h3></h3><h3><strong>About Teresita '
'Fernández</strong></h3><div class="wp-caption alignnone" '
'id="attachment_67227" style="width: 510px"><img alt="" '
'aria-describedby="caption-attachment-67227" class="lazy-hidden '
'size-full wp-image-67227" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-headshot-web.jpg" '
'data-wp-editing="1" decoding="async" height="282" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="500"/><noscript><img alt="" '
'aria-describedby="caption-attachment-67227" class="size-full '
'wp-image-67227" data-wp-editing="1" decoding="async" '
'height="282" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-headshot-web.jpg" '
'width="500"/></noscript><p class="wp-caption-text" '
'id="caption-attachment-67227">Brooklyn, NY – 10/09/2023: Artist '
'Teresita Fernandez shot in her Boerum Hill studio for Lehmann '
'Maupin</p></div><p>Visual artist Teresita Fernández expansively '
'rethinks what constitutes landscape: from the subterranean to '
'the cosmic, from national borders to the more elusive psychic '
'landscapes we carry within. Her luminous, sculptural works '
'expose the complex narratives that stem from distorted, colonial '
'histories, elaborating on these themes in subtle ways that '
'insist on intertwining beauty, the socio-political, the '
'intimate, and the immense.</p><p>She is a 2005 MacArthur '
'Foundation Fellow and the recipient of numerous awards, '
'including a: Guggenheim Fellowship; American Academy of Rome '
'Fellowship; Creative Capital Award; Louis Comfort Tiffany '
'Biennial Award; and a National Endowment for the Arts Individual '
'Artist’s Grant. Her works have been shown nationally and '
'internationally at The Museum of Modern Art, New York; The '
'Whitney Museum of American Art; the San Francisco Museum of '
'Modern Art; The Smithsonian Museum of American Art; The Menil '
'Collection; Philadelphia Museum of Art; and Castello di Rivoli, '
'Italy, among others.</p><h3><strong>About Jordan '
'Bak</strong></h3><p><img alt="" class="lazy-hidden" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Jordan-Bak-headshot-web.jpg" '
'data-wp-editing="1" decoding="async" height="281" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="500"/><noscript><img alt="" data-wp-editing="1" '
'decoding="async" height="281" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Jordan-Bak-headshot-web.jpg" '
'width="500"/></noscript></p><p>Award-winning Jamaican-American '
'violist Jordan Bak has achieved international acclaim as a '
'trailblazing artist, praised for his radiant stage presence, '
'dynamic interpretations, and fearless power. The recipient of '
'the London Philharmonic Orchestra’s ‘Alexandra Jupin’ Award and '
'former Young Classical Artist Trust’s (YCAT) ‘Robey Artist,’ '
'Bak’s enthusiastically-received sophomore album, Cantabile: '
'Anthems for Viola (Delphian Records), has garnered widespread '
'international acclaim. In the 2025–26 season, he toured North '
'America with the Takács Quartet.</p><p>Passionate about '
'education, Bak currently serves on the viola faculties of '
'Manhattan School of Music and NYU Steinhardt. He is an '
'Ambassador for UK Music Masters in London and teaches during the '
'summer at Green Mountain Chamber Music Festival in Vermont. Only '
'the third violist to earn the Artist Diploma from The Juilliard '
'School, Jordan Bak holds a Bachelor of Music degree from New '
'England Conservatory and a Master of Music degree from The '
'Juilliard School where he was awarded the prestigious Kovner '
'Fellowship.</p><hr/><h3>2026/2027 season</h3><p>The 2026/2027 '
'season deepens our ongoing exploration of the programmatic '
'theme,\xa0<em>We all build</em>, through a new slate of '
'one-of-a-kind experiences rooted in our mission to foster more '
'grace and peace locally and globally. Join us for unforgettable '
'musical performances, stirring dialogue from today’s leading '
'thinkers, and community moments — each held in an immersive '
'setting where boundaries between people, architecture, and '
'landscape dissolve. Visit us throughout the seasons to sit at '
'this unique intersection and explore topics that aim to inspire '
'both introspection and joy. From there, we hope you connect with '
'our theme that encourages all to build a more graceful and '
'peaceful world, every day.</p></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark">Leslie Odom, '
'Jr.</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark">Tea Diplomacy in partnership with International '
'House of Japan</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fseason-opener-teresita-fernandez" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fseason-opener-teresita-fernandez" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13100
2026-08-11 18:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/birdwatching-walk-3/2026-09-12>
{'event_url': 'https://gracefarms.org/event/birdwatching-walk-3/2026-09-12',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011758 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
'tribe_events_cat-children-families cat_nature '
'cat_children-families tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10011758"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph">Birdwatchers of all ages and '
'experience are invited to join birding expert <strong>Brian '
'O’Toole</strong>, the Visitor Service Manager for the Stamford '
'Museum and Nature Center. Through these guided walks, connect '
'with the purpose of the ecosystems we inhabit, the vibrant life '
'that’s a part of it, and our role in maintaining and adding to '
'it.<p></p><p>Brian O’Toole serves on the Board of Directors for '
'the Connecticut Ornithological Association. Previously, he '
'served as a board member for the Greenwich Audubon Society, was '
'the compiler for the Greenwich-Stamford Christmas Bird Count as '
'well as the paid hawk counter for the Quaker Ridge Hawkwatch for '
'many years. He worked as a naturalist, camp counselor and store '
'manager at the Greenwich Audubon Center and was a Visitor '
'Services Manager at Connecticut’s Beardsley Zoo. Currently he is '
'the Visitor Services Manager at the Stamford Museum & Nature '
'Center in Stamford, CT.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-12"> Saturday, September 12 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-12"><div class="tribe-recurring-event-time">11:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/birdwatching-walk-3" '
'title="Birdwatching Walk"> Birdwatching Walk </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/nature" '
'rel="tag">Nature</a><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
'$8</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/29c360a9-a98f-7a34-6990-d318aa194e9e" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/29c360a9-a98f-7a34-6990-d318aa194e9e" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-3%2F2026-09-12" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-3%2F2026-09-12" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:42:13 [gracefarms] 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-08-11 18:42:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-15>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-15',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012817 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012817"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-15"> Tuesday, September 15 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-15"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-15" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-15" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:42:14 [gracefarms] 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-08-11 18:42:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-13>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-13',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013285 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013285"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-13"> Sunday, September 13 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-13"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-13" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-13" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12383
2026-08-11 18:42:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-13>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-13',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68560 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68560"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-13"> Sunday, September 13 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-13"> '
'12:00 pm - 5:00 pm</div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-13" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-13" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12374
2026-08-11 18:42:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-with-jillian-miao>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-with-jillian-miao',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68267 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68267"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
'decoding="async" fetchpriority="high" height="1158" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
'width="2560"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="1158" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
'width="2560"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This special Bunny Book Group features '
'local author <strong>Jillian Miao</strong>. For our youngest '
'readers, Miao will read from her colorful board books from the '
'Baby Botanicals series, including Good Morning, Garden! and '
'Peekaboo, Flowers! Following story time, Miao will facilitate a '
'hands-on activity to help children build confidence and exercise '
'their imagination.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-18"> Friday, September 18 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-09-18"> '
'11:00 am - 11:30 am</div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/special-bunny-book-group-with-jillian-miao" '
'title="Special Bunny Book Group with Jillian Miao"> Special '
'Bunny Book Group with Jillian Miao </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/39d31fa3-9a3d-bb53-f3b9-6c460136c558" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/39d31fa3-9a3d-bb53-f3b9-6c460136c558" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-with-jillian-miao" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-with-jillian-miao" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12929
2026-08-11 18:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-09-16>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-09-16',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012125 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012125"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-16"> Wednesday, September 16 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-16"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-16" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-16" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:42:21 [gracefarms] 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-08-11 18:42:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-11>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-11',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013284 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013284"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-11"> Friday, September 11 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-11"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-11" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-11" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:42:22 [gracefarms] 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-08-11 18:42:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-09-11>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-09-11',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013520 tribe_events type-tribe_events '
'status-publish hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013520"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-09-11"> Friday, September 11 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/court-opens-at-12pm" '
'title="Court Opens at 12pm"> Court Opens at 12pm '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-11" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-11" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:42:22 [gracefarms] 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-08-11 18:42:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-12>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-12',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012816 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012816"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-12"> Saturday, September 12 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-12"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-12" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-12" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12523
2026-08-11 18:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-09-12>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-09-12',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012239 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012239"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-12"> Saturday, September 12 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-12"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-12" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-12" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12529
2026-08-11 18:42:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-09-11>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-09-11',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011826 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011826"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-11"> Friday, September 11 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-11"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-09-11" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-09-11" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-09-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12925
2026-08-11 18:42:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-09-15>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-09-15',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011947 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011947"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-15"> Tuesday, September 15 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-15"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-15" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-15" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12527
2026-08-11 18:42:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-10-30>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-10-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011832 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011832"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-30"> Friday, October 30 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-30"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12566
2026-08-11 18:42:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-09-10>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-09-10',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011796 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011796"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-10"> Thursday, September 10 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-10"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-10" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-10" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:42:31 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:42:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-30>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013549 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013549"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-30"> Friday, October 30 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-30"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:33 [scrapy.extensions.logstats] INFO: Crawled 82 pages (at 48 pages/min), scraped 78 items (at 46 items/min)
2026-08-11 18:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13767
2026-08-11 18:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10009519 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10009519"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive <span '
'class="notranslate">Grace Farms</span> Tour invites a closer '
'look at the architecture of the River building and Barns. Take '
'in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, <a '
'href="https://gracefarms.org/sanaa" rel="noopener" '
'target="_blank">SANAA</a>, holds LEED Gold certification for '
'Building Design and Construction. A demonstration of our '
'continuing efforts to be as sustainable as possible, in 2024, we '
'were awarded Gold certification for Building Operations and '
'Maintenance, building on our LEED Silver certification in '
'2019.</p><p>The River building was awarded the prestigious '
'2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
'the AIA National 2017 Architecture Honor Award and AIA '
'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-10"> Thursday, September 10 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-10"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-09-10" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-09-10" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:42:35 [gracefarms] 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-08-11 18:42:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-10-30>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-10-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013554 tribe_events type-tribe_events '
'status-publish hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013554"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-10-30"> Friday, October 30 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/court-opens-at-12pm" '
'title="Court Opens at 12pm"> Court Opens at 12pm '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:42:39 [gracefarms] 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-08-11 18:42:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-25>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-25',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013548 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013548"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-25"> Sunday, October 25 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-25"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-25" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-25" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:40 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12564
2026-08-11 18:42:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-10-29>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-10-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011803 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011803"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-29"> Thursday, October 29 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-29"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13765
2026-08-11 18:42:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10009526 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10009526"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive <span '
'class="notranslate">Grace Farms</span> Tour invites a closer '
'look at the architecture of the River building and Barns. Take '
'in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, <a '
'href="https://gracefarms.org/sanaa" rel="noopener" '
'target="_blank">SANAA</a>, holds LEED Gold certification for '
'Building Design and Construction. A demonstration of our '
'continuing efforts to be as sustainable as possible, in 2024, we '
'were awarded Gold certification for Building Operations and '
'Maintenance, building on our LEED Silver certification in '
'2019.</p><p>The River building was awarded the prestigious '
'2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
'the AIA National 2017 Architecture Honor Award and AIA '
'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-29"> Thursday, October 29 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-29"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:42:42 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:42:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-28>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013538 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013538"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-28"> Wednesday, October 28 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-28"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-10-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12923
2026-08-11 18:42:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-10-27>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-10-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011953 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011953"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-27"> Tuesday, October 27 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-27"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 18:42:44 [gracefarms] 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-08-11 18:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-10>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-10',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012815 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012815"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-10"> Thursday, September 10 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-10"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-10" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-10" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12927
2026-08-11 18:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-10-28>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-10-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012131 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012131"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-28"> Wednesday, October 28 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-28"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12527
2026-08-11 18:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-10-30>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-10-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011902 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011902"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-30"> Friday, October 30 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-30"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 18323
2026-08-11 18:42:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011700 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011700"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at Grace '
'Farms" class="attachment-full size-full wp-post-image" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'Grace Farms Tea & Coffee, a Certified B Corp that '
'demonstrates and educates about ethical and sustainable supply '
'chains.</p><p>The River building, designed by Pritzker '
'Prize-winning firm, SANAA, holds LEED Gold certification for '
'Building Design and Construction. A demonstration of our '
'continuing efforts to be as sustainable as possible, in 2024, we '
'were awarded Gold certification for Building Operations and '
'Maintenance, building on our LEED Silver certification in '
'2019.</p><p>The River building was awarded the prestigious '
'2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
'the AIA National 2017 Architecture Honor Award and AIA '
'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-12"> Saturday, September 12 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-12"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> Grace Farms Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 '
'class="events-title">Sponsors</h2><div '
'class="sponsor-logo-container '
'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA '
'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div></div><div '
'class="sponsor-logo-container '
'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
'class="sponsor-logo type_counter-1 columns_counter-3 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-4 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'5">Event Sponsor</div></div></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at Grace '
'Farms" class="attachment-large size-large wp-post-image" '
'decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark">Grace Farms '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at Grace '
'Farms" class="attachment-large size-large wp-post-image" '
'decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark">Grace Farms '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at Grace '
'Farms" class="attachment-large size-large wp-post-image" '
'decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark">Grace Farms '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-12" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-12" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:42:49 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:42:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-29>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013539 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013539"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-29"> Thursday, October 29 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-29"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12927
2026-08-11 18:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-12-02>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-12-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012136 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012136"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-02"> Wednesday, December 2 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-02"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12527
2026-08-11 18:42:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-12-04>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-12-04',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011837 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011837"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-04"> Friday, December 4 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-04"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-04" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-04" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13765
2026-08-11 18:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10009530 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10009530"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive <span '
'class="notranslate">Grace Farms</span> Tour invites a closer '
'look at the architecture of the River building and Barns. Take '
'in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, <a '
'href="https://gracefarms.org/sanaa" rel="noopener" '
'target="_blank">SANAA</a>, holds LEED Gold certification for '
'Building Design and Construction. A demonstration of our '
'continuing efforts to be as sustainable as possible, in 2024, we '
'were awarded Gold certification for Building Operations and '
'Maintenance, building on our LEED Silver certification in '
'2019.</p><p>The River building was awarded the prestigious '
'2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
'the AIA National 2017 Architecture Honor Award and AIA '
'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-03"> Thursday, December 3 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-03"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-03" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-03" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12425
2026-08-11 18:42:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-03>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-03',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012341 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012341"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-03"> Thursday, December 3 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-03" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-03" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:42:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12423
2026-08-11 18:42:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-04>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-04',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012342 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012342"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-04"> Friday, December 4 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-04" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-04" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:42:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:42:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12527
2026-08-11 18:43:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-12-04>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-12-04',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011907 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011907"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-04"> Friday, December 4 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-04"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-04" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-04" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12529
2026-08-11 18:43:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-09-11>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-09-11',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011896 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011896"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-11"> Friday, September 11 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-09-11"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-09-11" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-09-11" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-11-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12424
2026-08-11 18:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-01>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-01',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012339 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012339"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-01"> Tuesday, December 1 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-01" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-01" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12426
2026-08-11 18:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-11-28>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-11-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012337 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012337"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-11-28"> Saturday, November 28 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12522
2026-08-11 18:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-11-28>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-11-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012249 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012249"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-11-28"> Saturday, November 28 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-11-28"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 18805
2026-08-11 18:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011711 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011711"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
'certification for Building Design and Construction. A '
'demonstration of our continuing efforts to be as sustainable as '
'possible, in 2024, we were awarded Gold certification for '
'Building Operations and Maintenance, building on our LEED Silver '
'certification in 2019.</p><p>The River building was awarded the '
'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
'addition to the AIA National 2017 Architecture Honor Award and '
'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
'AIA CES 1.5 LU</em></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-11-28"> Saturday, November 28 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-11-28"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 '
'class="events-title">Sponsors</h2><div '
'class="sponsor-logo-container '
'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA '
'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div></div><div '
'class="sponsor-logo-container '
'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
'class="sponsor-logo type_counter-1 columns_counter-3 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-4 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'5">Event Sponsor</div></div></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12528
2026-08-11 18:43:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-11-27>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-11-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011906 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011906"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-11-27"> Friday, November 27 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-11-27"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:06 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12426
2026-08-11 18:43:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-02>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012340 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012340"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-02"> Wednesday, December 2 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-12-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12923
2026-08-11 18:43:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-12-01>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-12-01',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011958 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011958"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-01"> Tuesday, December 1 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-01"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-01" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-01" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 18:43:09 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 18:43:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-27>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10013537 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10013537"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Children can build skills, solve '
'problems, and make friends in the Court using an innovative '
'system of large-scale, lightweight blocks designed to encourage '
'fun and learning through curiosity-driven play. For ages 8 and '
'under with adult caregivers.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-10-27"> Tuesday, October 27 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-10-27"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/imagination-playground-9" '
'title="Imagination Playground"> Imagination Playground '
'</a></dd></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12564
2026-08-11 18:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-12-03>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-12-03',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011808 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011808"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-03"> Thursday, December 3 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-03"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-03" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-03" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-31/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12426
2026-08-11 18:43:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-31>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-31',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012362 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012362"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-31"> Thursday, December 31 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-31" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-31" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13766
2026-08-11 18:43:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10009534 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10009534"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive <span '
'class="notranslate">Grace Farms</span> Tour invites a closer '
'look at the architecture of the River building and Barns. Take '
'in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, <a '
'href="https://gracefarms.org/sanaa" rel="noopener" '
'target="_blank">SANAA</a>, holds LEED Gold certification for '
'Building Design and Construction. A demonstration of our '
'continuing efforts to be as sustainable as possible, in 2024, we '
'were awarded Gold certification for Building Operations and '
'Maintenance, building on our LEED Silver certification in '
'2019.</p><p>The River building was awarded the prestigious '
'2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
'the AIA National 2017 Architecture Honor Award and AIA '
'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-31"> Thursday, December 31 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-31"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-31" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-31" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12565
2026-08-11 18:43:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-12-31>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-12-31',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011774 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011774"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-31"> Thursday, December 31 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-31"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-31" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-31" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/3-pm-early-closure/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6176
2026-08-11 18:43:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/3-pm-early-closure>
{'event_url': 'https://gracefarms.org/event/3-pm-early-closure',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68494 tribe_events type-tribe_events '
'status-publish hentry" id="post-68494"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>We are closing early today, Thursday, '
'December 31st, at 3 pm.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-31"> Thursday, December 31 '
'</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2F3-pm-early-closure" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2F3-pm-early-closure" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12528
2026-08-11 18:43:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-11-27>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-11-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011836 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011836"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-11-27"> Friday, November 27 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-11-27"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-11-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12424
2026-08-11 18:43:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-11-29>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-11-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012338 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012338"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-11-29"> Sunday, November 29 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12426
2026-08-11 18:43:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-26>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-26',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012358 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012358"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-26"> Saturday, December 26 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-26" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-26" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-12-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12924
2026-08-11 18:43:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-12-29>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-12-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011962 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011962"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-29"> Tuesday, December 29 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-29"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12427
2026-08-11 18:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-30>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012361 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012361"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-30"> Wednesday, December 30 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12522
2026-08-11 18:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-12-26>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-12-26',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012252 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012252"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-26"> Saturday, December 26 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-26"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-26" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-26" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6172
2026-08-11 18:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-23>
{'event_url': 'https://gracefarms.org/event/closed-23',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68552 tribe_events type-tribe_events '
'status-publish hentry" id="post-68552"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p><span class="notranslate">Grace '
'Farms</span> is closed on Friday, December 25, '
'2026.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-25"> Friday, December 25 '
'</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-23" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-23" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12424
2026-08-11 18:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-27>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012359 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012359"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-27"> Sunday, December 27 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6081
2026-08-11 18:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-21>
{'event_url': 'https://gracefarms.org/event/closed-21',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68496 tribe_events type-tribe_events '
'status-publish hentry" id="post-68496"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-24"> Thursday, December 24 '
'</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-21" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-21" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12425
2026-08-11 18:43:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-29>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012360 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012360"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-29"> Tuesday, December 29 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12427
2026-08-11 18:43:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-23>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-23',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012357 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012357"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-23"> Wednesday, December 23 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-23" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-23" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 18805
2026-08-11 18:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011714 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011714"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
'certification for Building Design and Construction. A '
'demonstration of our continuing efforts to be as sustainable as '
'possible, in 2024, we were awarded Gold certification for '
'Building Operations and Maintenance, building on our LEED Silver '
'certification in 2019.</p><p>The River building was awarded the '
'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
'addition to the AIA National 2017 Architecture Honor Award and '
'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
'AIA CES 1.5 LU</em></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-19"> Saturday, December 19 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-19"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 '
'class="events-title">Sponsors</h2><div '
'class="sponsor-logo-container '
'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA '
'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'3">Event Sponsor</div></div></div><div '
'class="sponsor-logo-container '
'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
'class="sponsor-logo type_counter-1 columns_counter-1 '
'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-2 logo_counter-2"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
'alt="" class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
'class="sponsor-logo type_counter-1 columns_counter-3 '
'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
'alt="" '
'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'title="DWR Logo_ No Box"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
'type_counter-1 columns_counter-4 logo_counter-4"><div '
'class="sponsor-logo-image"> <noscript><img alt="" '
'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
'class="lazyload" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
'5">Event Sponsor</div></div></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-12-19" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-12-19" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12426
2026-08-11 18:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-19>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-19',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012354 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012354"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-19"> Saturday, December 19 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-19" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-19" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:33 [scrapy.extensions.logstats] INFO: Crawled 129 pages (at 47 pages/min), scraped 123 items (at 45 items/min)
2026-08-11 18:43:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12424
2026-08-11 18:43:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-20>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-20',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012355 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012355"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-20"> Sunday, December 20 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-20" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-20" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12522
2026-08-11 18:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-12-19>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-12-19',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012251 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012251"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-19"> Saturday, December 19 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-19"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-19" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-19" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12425
2026-08-11 18:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-22>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-22',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012356 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012356"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-22"> Tuesday, December 22 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-22" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-22" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-12-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12924
2026-08-11 18:43:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-12-22>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-12-22',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011961 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011961"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-22"> Tuesday, December 22 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-22"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-22" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-22" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12718
2026-08-11 18:43:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-12-30>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-12-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012140 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012140"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the Grace Farms '
'Education Team. Inspired by the exhibit With Every Fiber: '
'Pigment, Stone, Glass, families can explore the unique '
'properties of building materials and use their imaginations to '
'create new applications for them.</p><p>On October 11, 2025, '
'Grace Farms unveiled a new iteration of the With Every Fiber '
'exhibit, which offers insights into forced labor in the building '
'materials supply chain. A portion of With Every Fiber was '
'adapted and included in the Intelligens CANON at the 19th '
'International Architecture Exhibition of La Biennale di Venezia, '
'curated by Carlo Ratti, open through November '
'2025.</p><p>Materials Studio is for ages 4 – 11 with adult '
'caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-30"> Wednesday, December 30 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-30"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6174
2026-08-11 18:43:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-24>
{'event_url': 'https://gracefarms.org/event/closed-24',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68554 tribe_events type-tribe_events '
'status-publish hentry" id="post-68554"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p><span class="notranslate">Grace '
'Farms</span> is closed on Friday, January 1, 2027.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2027-01-01"> Friday, January 1, 2027 '
'</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-24" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-24" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/3-pm-early-closure-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6181
2026-08-11 18:43:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/3-pm-early-closure-2>
{'event_url': 'https://gracefarms.org/event/3-pm-early-closure-2',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68625 tribe_events type-tribe_events '
'status-publish hentry" id="post-68625"><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>We are closing at 3 pm today, '
'Wednesday, December 16, 2026.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-16"> Wednesday, December 16 '
'</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div></div></div><div '
'class="tribe-events-goodfolk"><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2F3-pm-early-closure-2" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2F3-pm-early-closure-2" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12424
2026-08-11 18:43:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-18>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-18',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012353 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012353"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-18"> Friday, December 18 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-18" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-18" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12528
2026-08-11 18:43:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-12-18>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-12-18',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011909 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011909"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-18"> Friday, December 18 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-18"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-18" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-18" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12426
2026-08-11 18:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-17>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-17',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012352 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012352"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-17"> Thursday, December 17 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-17" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-17" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12928
2026-08-11 18:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-12-23>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-12-23',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012139 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012139"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-23"> Wednesday, December 23 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-23"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-23" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-23" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 18489
2026-08-11 18:43:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-67402 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
'tribe_events_cat-music cat_arts cat_music" id="post-67402"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/PREFERRED_Jacek-Dolata_121325_Music-at-Grace-Farms-_-BIV-Christmas-Concert_357-web-1.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/PREFERRED_Jacek-Dolata_121325_Music-at-Grace-Farms-_-BIV-Christmas-Concert_357-web-1.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/PREFERRED_Jacek-Dolata_121325_Music-at-Grace-Farms-_-BIV-Christmas-Concert_357-web-1.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>GRAMMY®-nominated choir '
'<strong>Broadway Inspirational Voices</strong> returns to <span '
'class="notranslate">Grace Farms</span> to deliver another '
'unforgettable, family-friendly concert of beloved Broadway, '
'gospel, and Christmas melodies performed by 30 vocalists, with '
'the dynamic pink hues of December sun setting through the fully '
'glass-enclosed performance hall.</p><p>This 60-minute program '
'maximizes the natural acoustics of the Sanctuary, with iconic '
'Broadway Inspirational Voices arrangements, new arrangements, '
'and the weaving of Broadway songs. Through these scintillating '
'and moving arrangements, Broadway Inspirational Voices creates a '
'safe, welcoming and radiant space for joy, community, and being '
'with one another through the seasons of life.</p><p>Back by '
'popular demand, this concert marks the second year in a row '
'Broadway Inspirational Voices performs a special family-friendly '
'program that is made for <span class="notranslate">Grace '
'Farms</span>, rooted in <span class="notranslate">Grace '
'Farms</span>’ and the choir’s shared commitments to creating '
'transformational moments for community through music and the '
'arts.</p><p>Broadway Inspirational Voices is a diverse choir and '
'service organization powered by Broadway artists using music to '
'inspire hope and change lives, and <span '
'class="notranslate">Grace Farms</span> celebrates its nationwide '
'and collaborative music and performing arts programs which serve '
'marginalized and overlooked communities in need. By partnering '
'with Ronald McDonald House – New York, Covenant House '
'International, the New York City Department of Corrections, '
'LaGuardia High School, and more, BIV effectively reaches these '
'communities.</p><p class="p1">On-site parking and off-site '
'parking with shuttle service are <a '
'href="https://tickets.gracefarms.org/events/019de4cd-8d9c-0939-0989-914f98fd281d" '
'rel="noopener" target="_blank"><span class="s1">available for '
'purchase here</span></a>. Ride sharing is encouraged as a '
'convenient option, with several services available '
'locally.</p><hr/><p style="color: #ffaf3e; text-align: '
'center;"><strong>Celebrate the Season at Our Holiday '
'Market</strong></p><p style="text-align: center;">This holiday '
'season, enjoy a festive day of shopping and connection with a '
'curated selection of meaningful gifts that give back. Shop with '
'purpose for a range of thoughtful goods that inspire creativity, '
'connection, and compassion.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-13"> Sunday, December 13 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-12-13"> '
'3:00 pm - 4:00 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/arts" '
'rel="tag">Arts</a><a '
'href="https://gracefarms.org/events/category/arts/music" '
'rel="tag">Music</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $100 <br/> member: $80 <br/> children '
'under 5: free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/96e826cd-873e-1e11-c052-7ecb2a0b6eae" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/96e826cd-873e-1e11-c052-7ecb2a0b6eae" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div class="extra-content"><div '
'style="padding: 56.25% 0 0 0; position: relative;"><iframe '
'class="lazy-hidden" data-lazy-type="iframe" '
'data-src="https://player.vimeo.com/video/1187461504?badge=0&autopause=0&player_id=0&app_id=58479" '
'frameborder="0" style="position: absolute; top: 0; left: 0; '
'width: 100%; height: 100%;" title="Broadway Inspirational Voices '
'at Grace Farms | 2025"></iframe><noscript><iframe '
'notranslate"="" style="position: absolute; top: 0; left: 0; '
'width: 100%; height: 100%;" title="Broadway Inspirational Voices '
'at <span class=">Grace Farms&lt;/span&gt; | 2025" '
'src="https://player.vimeo.com/video/1187461504?badge=0&amp;amp;autopause=0&amp;amp;player_id=0&amp;amp;app_id=58479" '
'frameborder="0"&gt;</iframe></noscript></div><p>\xa0'
'</p><h3><strong>Music at <span class="notranslate">Grace '
'Farms</span></strong></h3><p>This distinctive concert series '
'invites audiences into the Sanctuary, a glass-enclosed '
'amphitheater, to experience a one-of-a-kind acoustic music '
'performance timed with the sunset. Designed by Pritzker '
'Prize-winning firm, SANAA, the Sanctuary’s glass walls offer '
'360-degree views of 80 acres of natural landscapes, while the '
'room’s exceptional acoustics enhance the musical performances '
'happening within. This unique setting provides an immersion into '
'a singular moment where music intertwines with nature and '
'elevates a collective sense of hope and possibility. Past '
'performers include Yo-Yo Ma, violinist Joshua Bell, Mon Rovîa, '
'jazz vocalist Dianne Reeves, and <span class="notranslate">Grace '
'Farms</span> Artist-in-Residence cellist Arlen '
'Hlusko.</p><hr/><h4><strong>Broadway Inspirational Voices | '
'Mission</strong></h4><p>Broadway Inspirational Voices is a '
'diverse choir and service organization powered by Broadway '
'artists using music to inspire hope and change lives.</p><p>BIV '
'is committed to supporting and strengthening communities in '
'need. We accomplish our mission through uplifting choir '
'performances and our signature arts, education, and outreach '
'programs.</p><p>Through creative engagement we build a sense of '
'community in safe and empowering spaces for individuals to be '
'vulnerable, to heal, and rebuild. Our nationwide innovative and '
'collaborative music and performing arts programs serve '
'marginalized and overlooked communities in need. BIV works with '
'established institutional partners that connect with populations '
'who can benefit from our customized programs and teaching '
'artists. By partnering with Ronald McDonald House – New York, '
'Covenant House International, the New York City Department of '
'Corrections, LaGuardia High School, and more, we effectively '
'reach these communities. BIV values these long-term partnerships '
'and our shared commitment to serving these communities and '
'individuals.</p><hr/><h5>2026-2027 season</h5><p>The 2026/2027 '
'season deepens our ongoing exploration of the programmatic '
'theme, We all build, through a new slate of one-of-a-kind '
'experiences rooted in our mission to foster more grace and peace '
'locally and globally. Join us for unforgettable musical '
'performances, stirring dialogue from today’s leading thinkers, '
'and community moments — each held in an immersive setting where '
'boundaries between people, architecture, and landscape dissolve. '
'Visit us throughout the seasons to sit at this unique '
'intersection and explore topics that aim to inspire both '
'introspection and joy. From there, we hope you connect with our '
'theme that encourages all to build a more graceful and peaceful '
'world, every day.</p><h6 style="text-align: left;">thank you to '
'our 2026-2027 season sponsor</h6><p><img alt="JPMC logo" '
'class="lazy-hidden" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
'decoding="async" height="43" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
'height="43" '
'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
'width="300"/></noscript></p></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
'Sunday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark">Season Opener | Teresita '
'Fernández</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark">Leslie Odom, '
'Jr.</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-broadway-inspirational-voices-2026" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-broadway-inspirational-voices-2026" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12383
2026-08-11 18:43:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-14>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-14',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68563 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68563"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-12"> Saturday, December 12 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2026-12-12"> '
'3:00 pm - 5:00 pm</div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-14" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-14" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12425
2026-08-11 18:43:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-15>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-15',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012350 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012350"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-15"> Tuesday, December 15 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-15" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-15" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12427
2026-08-11 18:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-16>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-16',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012351 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-community cat_community tribe-recurring-event '
'tribe-recurring-event-parent" id="post-10012351"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph"><p><span '
'class="notranslate">Grace Farms</span> Holiday Market is a '
'special pop-up featuring a curated selection of meaningful gifts '
'that give back.</p><p>Browse art sets, toys and treats, cozy '
'mugs, teas and coffees, inspiring books, and <span '
'class="notranslate">Grace Farms</span> favorites like notecards '
'and memberships. Discover handmade ornaments and embroidered '
'works by Nasreen Sheikh and the Empowerment Collective, '
'supporting dignified work for women artisans worldwide. Open for '
'a limited time during regular business '
'hours.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-datetime published '
'dtstart" title="2026-12-16"> Wednesday, December 16 '
'</abbr></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/holiday-market" '
'title="Holiday Market"> Holiday Market </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/community" '
'rel="tag">Community</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
'rel="bookmark">Move with <span class="notranslate">Grace '
'Farms</span> x lululemon | Yoga with Jane '
'Krantz</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
'rel="bookmark">Yoga and Movement with Pilin '
'Anice</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-16" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-16" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:43:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:43:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12528
2026-08-11 18:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-12-18>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-12-18',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011839 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011839"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-18"> Friday, December 18 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-18"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-18" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-18" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12928
2026-08-11 18:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-12-16>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-12-16',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012138 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012138"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-16"> Wednesday, December 16 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-16"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-16" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-16" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13766
2026-08-11 18:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10009532 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10009532"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive <span '
'class="notranslate">Grace Farms</span> Tour invites a closer '
'look at the architecture of the River building and Barns. Take '
'in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea from '
'<span class="notranslate">Grace Farms</span> Tea & Coffee, a '
'Certified B Corp that demonstrates and educates about ethical '
'and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, <a '
'href="https://gracefarms.org/sanaa" rel="noopener" '
'target="_blank">SANAA</a>, holds LEED Gold certification for '
'Building Design and Construction. A demonstration of our '
'continuing efforts to be as sustainable as possible, in 2024, we '
'were awarded Gold certification for Building Operations and '
'Maintenance, building on our LEED Silver certification in '
'2019.</p><p>The River building was awarded the prestigious '
'2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
'the AIA National 2017 Architecture Honor Award and AIA '
'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-17"> Thursday, December 17 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-17"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-4" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/22\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-17" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-17" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12933
2026-08-11 18:44:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-02-03>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-02-03',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012145 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012145"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-03"> Wednesday, February 3, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-03"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-03" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-03" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 16478
2026-08-11 18:44:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30>
{'event_url': 'https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011595 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
'tribe_events_cat-arts tribe_events_cat-tea '
'tribe_events_cat-architecture tribe_events_cat-music cat_nature '
'cat_arts cat_tea cat_architecture cat_music '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011595"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
'decoding="async" fetchpriority="high" height="562" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
'width="1000"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="562" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
'width="1000"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Join in a weekend festival of winter '
'experiences at <span class="notranslate">Grace Farms</span> '
'headlined by musician <strong>Darren Kiely</strong> with a '
'concert from 3:30 – 4:30 pm on both Saturday and Sunday. Hailing '
'from County Cork, Ireland, Kiely’s fresh, folk-infused sound '
'originates from his inherited love of traditional Irish music, '
'intertwined with influences such as The Lumineers, Mumford & '
'Sons, and Noah Kahan.</p><p>Refresh and connect to best of what '
'the winter season has to offer. Choose your own indoor and '
'outdoor winter journey throughout the weekend, including guided '
'nature walks, snowshoeing (weather permitting), indoor winter '
'games, documentary films on nature and architecture in our '
'42-seat Lecture Hall, and mocktail classes.</p><p><strong>Nina '
'Cooke John</strong>, architect and public artist, will lead a '
'hands-on materials workshop that connects with her glass collage '
'work, Material Clarity, commissioned for the <em>With Every '
'Fiber</em> exhibit.</p><p>Taste a variety of <strong><span '
'class="notranslate">Grace Farms</span> Tea & Coffee</strong> '
'blends for winter wellness and rejuvenation in pop-up locations '
'for the festival.</p><p>\xa0</p><p class="p1">On-site parking '
'and off-site parking with shuttle service are <a '
'href="https://tickets.gracefarms.org/events/2b024fa2-4055-fda7-d284-04d9d3437763" '
'rel="noopener" target="_blank"><span class="s1">available for '
'purchase here</span></a>. Ride sharing is encouraged as a '
'convenient option, with several services available '
'locally.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-01-30"> Saturday, January 30, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-01-30"><div class="tribe-recurring-event-time">10:00 '
'am - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-winter-festival-with-darren-kiely" '
'title="Grace Farms Winter Festival with Darren Kiely"> <span '
'class="notranslate">Grace Farms</span> Winter Festival with '
'Darren Kiely </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/nature" '
'rel="tag">Nature</a><a '
'href="https://gracefarms.org/events/category/arts" '
'rel="tag">Arts</a><a '
'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
'& Coffee</a><a '
'href="https://gracefarms.org/events/category/architecture" '
'rel="tag">Architecture</a><a '
'href="https://gracefarms.org/events/category/arts/music" '
'rel="tag">Music</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/bab7884a-e597-4b47-5e61-c95e1b77b60d" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/bab7884a-e597-4b47-5e61-c95e1b77b60d" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
'</p><h3>About Darren Kiely</h3><p>Hailing from Co. Cork, '
'Ireland,\u202fDarren\u202fKiely’s\u202ffresh, folk-infused\u202f'
'sound originates from his inherited love of traditional Irish '
'music, intertwined with modern influences such as The Lumineers, '
'Mumford & Sons, and Noah Kahan. At just five years old,\u202f'
'Darren\u202flearned the tin whistle, and at eight years old he '
'picked up the fiddle, eventually teaching himself to play guitar '
'as well.\u202fDarren\u202fbegan singing in 2019, quickly '
'garnering attention for his raw and fervent vocals and emotive '
'delivery. After winning numerous honors at a national level in '
'Irish traditional music,\u202fDarren\u202ffound his way to NYC '
'in 2022 to continue developing his own music and sound, and soon '
'after headed to the songwriting hub of Nashville. Signing to '
'Free Flight Records,\u202fKiely’s unique presentation of\u202f'
'folk-inspired melodies and production, along with lush '
'storytelling,\u202fwhich echoes the backdrop of the Irish '
'countryside where he was raised,\u202fare\u202fthe forefront of '
'his debut EP,\u202fLost. The seven-track project explores the '
'triumphant war of overcoming self-doubt, struggling to find '
'himself, questioning emotions and seeking answers, while his '
'follow up EP,\u202fFrom The Dark,\u202fKiely\u202ftakes his '
'craft to new heights as he explores the harsh realities that '
'come with growing up and moving on.\u202fLost\u202ffeatures '
'the\u202ftrack “Mom & Dad,” which debuted in the Top 40 on '
'the Irish Singles Chart and Top 5 on the Irish Homegrown chart, '
'as well as fan-favorite “Sunrise” which reached No. 1 on the '
'chart.\u202fFor more information on Kiely, visit\u202f'
'darrenkiely.com.</p><hr/><h3>2026-2027 season</h3><p>The '
'2026/2027 season deepens our ongoing exploration of the '
'programmatic theme, We all build, through a new slate of '
'one-of-a-kind experiences rooted in our mission to foster more '
'grace and peace locally and globally. Join us for unforgettable '
'musical performances, stirring dialogue from today’s leading '
'thinkers, and community moments — each held in an immersive '
'setting where boundaries between people, architecture, and '
'landscape dissolve. Visit us throughout the seasons to sit at '
'this unique intersection and explore topics that aim to inspire '
'both introspection and joy. From there, we hope you connect with '
'our theme that encourages all to build a more graceful and '
'peaceful world, every day.</p></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
'Tuesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/19\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/20\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-winter-festival-with-darren-kiely%2F2027-01-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-winter-festival-with-darren-kiely%2F2027-01-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-02-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:06 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12929
2026-08-11 18:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-02-02>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-02-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011967 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011967"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-02"> Tuesday, February 2, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-02"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:06 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12570
2026-08-11 18:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-02-04>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-02-04',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011779 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011779"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-04"> Thursday, February 4, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-04"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-04" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-04" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:06 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12533
2026-08-11 18:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-01-29>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-01-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011913 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011913"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-01-29"> Friday, January 29, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-01-29"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12533
2026-08-11 18:44:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-01-29>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-01-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011843 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011843"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-01-29"> Friday, January 29, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-01-29"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12390
2026-08-11 18:44:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-12-17>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-12-17',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011810 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011810"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by Grace Farms Arts Educator '
'Nancy Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-17"> Thursday, December 17 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-17"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-17" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-17" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 16476
2026-08-11 18:44:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31>
{'event_url': 'https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011601 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
'tribe_events_cat-arts tribe_events_cat-tea '
'tribe_events_cat-architecture tribe_events_cat-music cat_nature '
'cat_arts cat_tea cat_architecture cat_music '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011601"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
'decoding="async" fetchpriority="high" height="562" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
'width="1000"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="562" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
'width="1000"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Join in a weekend festival of winter '
'experiences at <span class="notranslate">Grace Farms</span> '
'headlined by musician <strong>Darren Kiely</strong> with a '
'concert from 3:30 – 4:30 pm on both Saturday and Sunday. Hailing '
'from County Cork, Ireland, Kiely’s fresh, folk-infused sound '
'originates from his inherited love of traditional Irish music, '
'intertwined with influences such as The Lumineers, Mumford & '
'Sons, and Noah Kahan.</p><p>Refresh and connect to best of what '
'the winter season has to offer. Choose your own indoor and '
'outdoor winter journey throughout the weekend, including guided '
'nature walks, snowshoeing (weather permitting), indoor winter '
'games, documentary films on nature and architecture in our '
'42-seat Lecture Hall, and mocktail classes.</p><p><strong>Nina '
'Cooke John</strong>, architect and public artist, will lead a '
'hands-on materials workshop that connects with her glass collage '
'work, Material Clarity, commissioned for the <em>With Every '
'Fiber</em> exhibit.</p><p>Taste a variety of <strong><span '
'class="notranslate">Grace Farms</span> Tea & Coffee</strong> '
'blends for winter wellness and rejuvenation in pop-up locations '
'for the festival.</p><p>\xa0</p><p class="p1">On-site parking '
'and off-site parking with shuttle service are <a '
'href="https://tickets.gracefarms.org/events/2b024fa2-4055-fda7-d284-04d9d3437763" '
'rel="noopener" target="_blank"><span class="s1">available for '
'purchase here</span></a>. Ride sharing is encouraged as a '
'convenient option, with several services available '
'locally.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-01-31"> Sunday, January 31, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-01-31"><div class="tribe-recurring-event-time">12:00 '
'pm - 5:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-winter-festival-with-darren-kiely" '
'title="Grace Farms Winter Festival with Darren Kiely"> <span '
'class="notranslate">Grace Farms</span> Winter Festival with '
'Darren Kiely </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/nature" '
'rel="tag">Nature</a><a '
'href="https://gracefarms.org/events/category/arts" '
'rel="tag">Arts</a><a '
'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
'& Coffee</a><a '
'href="https://gracefarms.org/events/category/architecture" '
'rel="tag">Architecture</a><a '
'href="https://gracefarms.org/events/category/arts/music" '
'rel="tag">Music</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/bab7884a-e597-4b47-5e61-c95e1b77b60d" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/bab7884a-e597-4b47-5e61-c95e1b77b60d" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
'</p><h3>About Darren Kiely</h3><p>Hailing from Co. Cork, '
'Ireland,\u202fDarren\u202fKiely’s\u202ffresh, folk-infused\u202f'
'sound originates from his inherited love of traditional Irish '
'music, intertwined with modern influences such as The Lumineers, '
'Mumford & Sons, and Noah Kahan. At just five years old,\u202f'
'Darren\u202flearned the tin whistle, and at eight years old he '
'picked up the fiddle, eventually teaching himself to play guitar '
'as well.\u202fDarren\u202fbegan singing in 2019, quickly '
'garnering attention for his raw and fervent vocals and emotive '
'delivery. After winning numerous honors at a national level in '
'Irish traditional music,\u202fDarren\u202ffound his way to NYC '
'in 2022 to continue developing his own music and sound, and soon '
'after headed to the songwriting hub of Nashville. Signing to '
'Free Flight Records,\u202fKiely’s unique presentation of\u202f'
'folk-inspired melodies and production, along with lush '
'storytelling,\u202fwhich echoes the backdrop of the Irish '
'countryside where he was raised,\u202fare\u202fthe forefront of '
'his debut EP,\u202fLost. The seven-track project explores the '
'triumphant war of overcoming self-doubt, struggling to find '
'himself, questioning emotions and seeking answers, while his '
'follow up EP,\u202fFrom The Dark,\u202fKiely\u202ftakes his '
'craft to new heights as he explores the harsh realities that '
'come with growing up and moving on.\u202fLost\u202ffeatures '
'the\u202ftrack “Mom & Dad,” which debuted in the Top 40 on '
'the Irish Singles Chart and Top 5 on the Irish Homegrown chart, '
'as well as fan-favorite “Sunrise” which reached No. 1 on the '
'chart.\u202fFor more information on Kiely, visit\u202f'
'darrenkiely.com.</p><hr/><h3>2026-2027 season</h3><p>The '
'2026/2027 season deepens our ongoing exploration of the '
'programmatic theme, We all build, through a new slate of '
'one-of-a-kind experiences rooted in our mission to foster more '
'grace and peace locally and globally. Join us for unforgettable '
'musical performances, stirring dialogue from today’s leading '
'thinkers, and community moments — each held in an immersive '
'setting where boundaries between people, architecture, and '
'landscape dissolve. Visit us throughout the seasons to sit at '
'this unique intersection and explore topics that aim to inspire '
'both introspection and joy. From there, we hope you connect with '
'our theme that encourages all to build a more graceful and '
'peaceful world, every day.</p></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
'Tuesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/19\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/20\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-winter-festival-with-darren-kiely%2F2027-01-31" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-winter-festival-with-darren-kiely%2F2027-01-31" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12570
2026-08-11 18:44:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-01-28>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-01-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011778 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011778"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-01-28"> Thursday, January 28, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-01-28"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12533
2026-08-11 18:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-02-05>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-02-05',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011844 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011844"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-05"> Friday, February 5, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-05"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-05" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-05" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-01-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12929
2026-08-11 18:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-01-26>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-01-26',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011966 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011966"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-01-26"> Tuesday, January 26, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-01-26"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-26" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-26" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12933
2026-08-11 18:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-01-27>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-01-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012144 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012144"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-01-27"> Wednesday, January 27, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-01-27"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12567
2026-08-11 18:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-03-04>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-03-04',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011783 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011783"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-04"> Thursday, March 4, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-04"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-04" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-04" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12323
2026-08-11 18:44:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-02-05>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-02-05',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011914 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011914"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the Grace Farms Library paired with hands-on activities '
'informed by the architecture, art, and landscape at Grace '
'Farms.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-05"> Friday, February 5, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-05"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-05" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-05" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-12-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12714
2026-08-11 18:44:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-12-15>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-12-15',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011960 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011960"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the Grace Farms '
'Education Team. Inspired by the exhibit With Every Fiber: '
'Pigment, Stone, Glass, families can explore the unique '
'properties of building materials and use their imaginations to '
'create new applications for them.</p><p>On October 11, 2025, '
'Grace Farms unveiled a new iteration of the With Every Fiber '
'exhibit, which offers insights into forced labor in the building '
'materials supply chain. A portion of With Every Fiber was '
'adapted and included in the Intelligens CANON at the 19th '
'International Architecture Exhibition of La Biennale di Venezia, '
'curated by Carlo Ratti, open through November '
'2025.</p><p>Materials Studio is for ages 4 – 11 with adult '
'caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-12-15"> Tuesday, December 15 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2026-12-15"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-15" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-15" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12530
2026-08-11 18:44:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-03-05>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-03-05',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011918 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011918"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-05"> Friday, March 5, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-05"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-05" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-05" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13316
2026-08-11 18:44:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-02-27>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-02-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012317 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-architecture cat_architecture '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012317"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea '
'from\xa0<span class="notranslate"><span '
'class="notranslate">Grace Farms</span></span>\xa0Tea & '
'Coffee, a Certified B Corp that demonstrates and educates about '
'ethical and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
'certification for Building Design and Construction. A '
'demonstration of our continuing efforts to be as sustainable as '
'possible, in 2024, we were awarded Gold certification for '
'Building Operations and Maintenance, building on our LEED Silver '
'certification in 2019.</p><p>The River building was awarded the '
'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
'addition to the AIA National 2017 Architecture Honor Award and '
'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
'AIA CES 1.5 LU</em></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-27"> Saturday, February 27, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-27"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-5" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/architecture" '
'rel="tag">Architecture</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark">Tea Diplomacy in partnership with International '
'House of Japan</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/art-and-architecture-tour/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/art-and-architecture-tour/" '
'rel="bookmark">Art and Architecture '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
'rel="bookmark">Founders Architecture Talk | Creative Visions '
'Inspired by the '
'Landscape</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-03-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12534
2026-08-11 18:44:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-02-26>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-02-26',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011847 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011847"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-26"> Friday, February 26, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-26"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-26" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-26" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12571
2026-08-11 18:44:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-02-25>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-02-25',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011782 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011782"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-25"> Thursday, February 25, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-25"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-25" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-25" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12926
2026-08-11 18:44:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-03-02>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-03-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011970 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011970"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-02"> Tuesday, March 2, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-02"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12530
2026-08-11 18:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-03-05>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-03-05',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011848 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011848"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-05"> Friday, March 5, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-05"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-05" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-05" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12534
2026-08-11 18:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-02-26>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-02-26',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011917 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011917"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-26"> Friday, February 26, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-26"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-26" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-26" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12934
2026-08-11 18:44:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-02-24>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-02-24',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012147 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012147"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-24"> Wednesday, February 24, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-24"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-24" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-24" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:33 [scrapy.extensions.logstats] INFO: Crawled 172 pages (at 43 pages/min), scraped 164 items (at 41 items/min)
2026-08-11 18:44:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12186
2026-08-11 18:44:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/cookie-decorating-5/2027-02-19>
{'event_url': 'https://gracefarms.org/event/cookie-decorating-5/2027-02-19',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012334 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012334"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
'decoding="async" fetchpriority="high" height="562" '
'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
'width="1000"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="562" '
'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
'width="1000"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Decorate '
'delicious winter-inspired cookies with the entire family. Sugar '
'cookies will be provided by Pastry Chef and Educator '
'<strong>Leah Jones</strong>.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-19"> Friday, February 19, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-19"><div class="tribe-recurring-event-time">12:00 '
'pm - 1:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/cookie-decorating-4" '
'title="Cookie Decorating"> Cookie Decorating </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
'$6</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-5%2F2027-02-19" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-5%2F2027-02-19" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/fairy-house-workshop-6/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11944
2026-08-11 18:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/fairy-house-workshop-6>
{'event_url': 'https://gracefarms.org/event/fairy-house-workshop-6',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68548 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68548"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Create a '
'Fairy House with natural materials collected from the landscape '
'surrounding the River building. Our Director of Horticulture, '
'Kimberly Kelly, will facilitate the crafting activity while '
'discussing the importance of creating a structure that will '
'become part of nature again.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-17"> Wednesday, February 17, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-02-17"> '
'2:00 pm - 3:00 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/dcdd1a8d-b7f4-5a66-b07b-773999ae477d" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/dcdd1a8d-b7f4-5a66-b07b-773999ae477d" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffairy-house-workshop-6" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffairy-house-workshop-6" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/winter-discovery-week-7/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12528
2026-08-11 18:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-02-20>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-02-20',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012259 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012259"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-20"> Saturday, February 20, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-20"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-20" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-20" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12233
2026-08-11 18:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/winter-discovery-week-7>
{'event_url': 'https://gracefarms.org/event/winter-discovery-week-7',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68529 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68529"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Grace-Farms-Family-TOur-Winter-1.png" '
'decoding="async" fetchpriority="high" height="562" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Grace-Farms-Family-TOur-Winter-1.png" '
'width="1000"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="562" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Grace-Farms-Family-TOur-Winter-1.png" '
'width="1000"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">It’s a '
'winter wonderland at <span class="notranslate">Grace '
'Farms</span>! Families can enjoy special programming inspired by '
'a cozy staycation. Pick up a Discovery Guide at the Welcome Desk '
'and venture through the River building for hands-on wintertime '
'activities. Collect stamps at each activity for a small '
'treat.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-19"> Friday, February 19, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-02-19"> '
'10:00 am - 2:00 pm</div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/winter-discovery-week" '
'title="Winter Discovery Week"> Winter Discovery Week '
'</a></dd><dt class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-7" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-7" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13316
2026-08-11 18:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-02-20>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-02-20',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012316 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-architecture cat_architecture '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012316"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea '
'from\xa0<span class="notranslate"><span '
'class="notranslate">Grace Farms</span></span>\xa0Tea & '
'Coffee, a Certified B Corp that demonstrates and educates about '
'ethical and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
'certification for Building Design and Construction. A '
'demonstration of our continuing efforts to be as sustainable as '
'possible, in 2024, we were awarded Gold certification for '
'Building Operations and Maintenance, building on our LEED Silver '
'certification in 2019.</p><p>The River building was awarded the '
'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
'addition to the AIA National 2017 Architecture Honor Award and '
'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
'AIA CES 1.5 LU</em></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-20"> Saturday, February 20, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-20"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-5" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/architecture" '
'rel="tag">Architecture</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark">Tea Diplomacy in partnership with International '
'House of Japan</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/art-and-architecture-tour/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/art-and-architecture-tour/" '
'rel="bookmark">Art and Architecture '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
'rel="bookmark">Founders Architecture Talk | Creative Visions '
'Inspired by the '
'Landscape</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-20" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-20" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-02-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12930
2026-08-11 18:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-02-23>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-02-23',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011969 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011969"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-23"> Tuesday, February 23, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-23"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-23" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-23" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12188
2026-08-11 18:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/cookie-decorating-5/2027-02-18>
{'event_url': 'https://gracefarms.org/event/cookie-decorating-5/2027-02-18',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012333 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012333"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
'decoding="async" fetchpriority="high" height="562" '
'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
'width="1000"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="562" '
'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
'width="1000"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Decorate '
'delicious winter-inspired cookies with the entire family. Sugar '
'cookies will be provided by Pastry Chef and Educator '
'<strong>Leah Jones</strong>.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-18"> Thursday, February 18, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-18"><div class="tribe-recurring-event-time">12:00 '
'pm - 1:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/cookie-decorating-4" '
'title="Cookie Decorating"> Cookie Decorating </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
'$6</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-5%2F2027-02-18" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-5%2F2027-02-18" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12930
2026-08-11 18:44:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-03-03>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-03-03',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012148 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012148"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-03"> Wednesday, March 3, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-03"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-03" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-03" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14150
2026-08-11 18:44:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/2027-design-for-freedom-summit>
{'event_url': 'https://gracefarms.org/event/2027-design-for-freedom-summit',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-66803 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
'tribe_events_cat-design-for-freedom tribe_events_cat-justice '
'tribe_events_cat-tours tribe_events_cat-architecture cat_nature '
'cat_design-for-freedom cat_justice cat_tours cat_architecture" '
'id="post-66803"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/03/Melani-Lust_111625_Music-at-Grace-Farms-Mon-Rovia_1600x900.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/03/Melani-Lust_111625_Music-at-Grace-Farms-Mon-Rovia_1600x900.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/03/Melani-Lust_111625_Music-at-Grace-Farms-Mon-Rovia_1600x900.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p style="text-align: center;">“Five years '
'ago, we asked a simple but urgent question: what if the '
'buildings we design and inhabit were built with the full dignity '
'of every person who harvests, mines, and processes the materials '
'that make them possible? Today, that question is a global '
'movement. This is our moment.\xa0The construction industry is '
'now positioned to become a global leader in supply chain '
'transparency and human rights.”</p><p style="text-align: '
'center;">– <strong>Sharon Prince, <span '
'class="notranslate">Grace Farms</span> CEO & '
'Founder</strong></p><p>\xa0</p><p '
'class="wp-block-paragraph">The\xa0<strong>2027 Design\xa0for\xa0'
'Freedom Summit</strong>\xa0arrives at a pivotal moment for the '
'built environment. Join 550 industry\xa0leaders, policymakers, '
'manufacturers, investors, developers, architects, and educators '
'committed to eliminating forced and child labor from the '
'building materials supply chain.</p><p>\xa0</p><p '
'style="text-align: center;"><strong>Agenda '
'Highlights:</strong><br/> Responsible Mining<br/> Material '
'Innovation<br/> Strengthening Industry Collaboration<br/> '
'Technology, Data, and Supply Chain Transparency<br/> Ethics '
'& Circularity</p><p>\xa0</p><p>Reserve your spot at the\xa0'
'<strong>2027 Design for Freedom Summit</strong>\xa0to advance '
'the global push toward a more ethical built '
'environment.</p><p>To stay up to date, please <a '
'href="https://www.designforfreedom.org/#join-us-anchor">subscribe '
'to the Design for Freedom newsletter</a>\xa0and follow us on\xa0'
'<a '
'href="https://www.linkedin.com/company/68810410/admin/feed/posts/">LinkedIn</a>,\xa0'
'<a href="https://www.facebook.com/DFFMovement">Facebook</a>, '
'and\xa0<a '
'href="https://www.instagram.com/dffmovement/">Instagram</a>.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-31"> Wednesday, March 31, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-03-31"> '
'8:30 am - 6:30 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/nature" '
'rel="tag">Nature</a><a '
'href="https://gracefarms.org/events/category/design-for-freedom" '
'rel="tag">Design for Freedom</a><a '
'href="https://gracefarms.org/events/category/justice" '
'rel="tag">Justice</a><a '
'href="https://gracefarms.org/events/category/tours" '
'rel="tag">Tours</a><a '
'href="https://gracefarms.org/events/category/architecture" '
'rel="tag">Architecture</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> Super Early Bird Registration: $250 '
'(ends 9/22/26)</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://www.designforfreedom.org/2027-summit/" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://www.designforfreedom.org/2027-summit/" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark" tabindex="-1"><img alt="The River building at '
'Grace Farms" class="lazy-hidden attachment-large size-large '
'wp-post-image" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="The River building at <span '
'class=" class="attachment-large size-large wp-post-image" '
'height="576" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
'width="1024"/>Grace Farms" decoding="async" '
'/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
'rel="bookmark"><span class="notranslate">Grace Farms</span> '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
'Tuesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2F2027-design-for-freedom-summit" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2F2027-design-for-freedom-summit" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/fairy-house-workshop-5/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11945
2026-08-11 18:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/fairy-house-workshop-5>
{'event_url': 'https://gracefarms.org/event/fairy-house-workshop-5',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68546 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68546"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Create a '
'Fairy House with natural materials collected from the landscape '
'surrounding the River building. Our Director of Horticulture, '
'Kimberly Kelly, will facilitate the crafting activity while '
'discussing the importance of creating a structure that will '
'become part of nature again.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-17"> Wednesday, February 17, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-02-17"> '
'12:00 pm - 1:00 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/dcdd1a8d-b7f4-5a66-b07b-773999ae477d" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/dcdd1a8d-b7f4-5a66-b07b-773999ae477d" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffairy-house-workshop-5" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffairy-house-workshop-5" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12530
2026-08-11 18:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-04-02>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-04-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011852 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011852"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-04-02"> Friday, April 2, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-04-02"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12525
2026-08-11 18:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-03-27>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-03-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012264 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012264"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-27"> Saturday, March 27, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-27"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12530
2026-08-11 18:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-04-02>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-04-02',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011922 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011922"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-04-02"> Friday, April 2, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-04-02"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-02" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-02" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13313
2026-08-11 18:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-03-27>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-03-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012321 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-architecture cat_architecture '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012321"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea '
'from\xa0<span class="notranslate"><span '
'class="notranslate">Grace Farms</span></span>\xa0Tea & '
'Coffee, a Certified B Corp that demonstrates and educates about '
'ethical and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
'certification for Building Design and Construction. A '
'demonstration of our continuing efforts to be as sustainable as '
'possible, in 2024, we were awarded Gold certification for '
'Building Operations and Maintenance, building on our LEED Silver '
'certification in 2019.</p><p>The River building was awarded the '
'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
'addition to the AIA National 2017 Architecture Honor Award and '
'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
'AIA CES 1.5 LU</em></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-27"> Saturday, March 27, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-27"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-5" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/architecture" '
'rel="tag">Architecture</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark">Tea Diplomacy in partnership with International '
'House of Japan</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/art-and-architecture-tour/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/art-and-architecture-tour/" '
'rel="bookmark">Art and Architecture '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
'rel="bookmark">Founders Architecture Talk | Creative Visions '
'Inspired by the '
'Landscape</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12567
2026-08-11 18:44:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-04-01>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-04-01',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011787 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011787"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-04-01"> Thursday, April 1, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-04-01"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-01" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-01" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12528
2026-08-11 18:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-02-27>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-02-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012260 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012260"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-27"> Saturday, February 27, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-02-27"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12667
2026-08-11 18:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68353 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
'cat_tea" id="post-68353"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Explore the wonderful world of '
'white and green teas. Learn their distinctions and taste the '
'wide-ranging flavor profiles of Chinese versus Japanese green '
'teas. Participants will also be introduced to Chado, the art of '
'the Japanese tea ceremony, gaining insight into the traditions '
'and techniques that have shaped tea culture for '
'centuries.</p><p>Journey Into the World of Tea offers a '
'tranquil, in-depth exploration of tea traditions through guided '
'tastings, demonstrations, and engaging conversation. This '
'six-part series takes place in the glass-enclosed Tea Pavilion, '
'and is led by Grace Farms Tea Expert and Educator <strong>Frank '
'Kwei</strong>, who brings decades of knowledge to each '
'session.</p></div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-24"> Wednesday, February 24, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-02-24"> '
'3:00 pm - 4:30 pm</div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
'title="Journey Into the World of Tea"> Journey Into the World of '
'Tea </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
'& Coffee</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
'advocate member: free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/afternoon-tea-6/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
'Friday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/afternoon-tea-6/" '
'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
'rel="bookmark">Journey Into the World of Tea | White and Green '
'Teas</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/23\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
'rel="bookmark">Journey into the World of Tea | Oolong and '
'Pu-erhs</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-white-green-teas" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-white-green-teas" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 20577
2026-08-11 18:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-67416 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
'tribe_events_cat-music cat_arts cat_music" id="post-67416"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-and-Derek-web-hero.jpg" '
'decoding="async" fetchpriority="high" height="562" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-and-Derek-web-hero.jpg" '
'width="1000"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="562" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-and-Derek-web-hero.jpg" '
'width="1000"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>In a rare and remarkable collaboration, '
'GRAMMY®-nominated sarodist <strong>Alam Khan</strong> — son of '
'the legendary Ali Akbar Khan — joins forces with one of South '
'Africa’s most innovative guitarists, <strong>Derek '
'Gripper</strong>. Together, Alam and Derek explore the heights '
'of spontaneous creation, re-imagining great African songs and '
'Indian melodies in a virtuosic meeting of plucked strings within '
'Grace Farms’ light-filled and fully glass-enclosed performance '
'hall within the River building.</p><p>The two first met in 2025 '
'over a cup of tea, a meeting that led to a spontaneous trio '
'recording with South African guitarist Guy Buttery. Alam went on '
'to join Derek in concerts with Derek’s long-time collaborator, '
'the great Malian kora virtuoso Ballaké Sissoko, and then in an '
'intimate duo recording session in the hills of Berkeley, '
'California.</p><p>Alam and Derek focus on their respective '
'immersions in deep classical traditions: Alam brings a long '
'apprenticeship under his father, mastering the infinite art of '
'raga improvisation within the Indian classical tradition, Derek, '
'originally trained in European classical and early string music, '
'has spent years translating the complex language of the West '
'African kora to the guitar. Through this long study of the '
'21-string harp, he developed a unique language of cyclical '
'improvisation, breaking out of the bounds of composed music and '
'using the polyrhythmic possibilities of classical guitar '
'technique to re-imagine the beginnings of sound in string music, '
'from harps and bows of the African continent.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-28"> Sunday, February 28, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-02-28"> '
'4:00 pm - 5:15 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/arts" '
'rel="tag">Arts</a><a '
'href="https://gracefarms.org/events/category/arts/music" '
'rel="tag">Music</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> Group A: $100<br/> Group B: $75<br/> '
'Group C: $50</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/5b4639bd-39ce-1bf5-e1ca-19d54e7e21fb" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/5b4639bd-39ce-1bf5-e1ca-19d54e7e21fb" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
'</p><h3>Music at Grace Farms</h3><p>This distinctive concert '
'series invites audiences into the Sanctuary, a glass-enclosed '
'amphitheater, to experience a one-of-a-kind acoustic music '
'performance timed with the sunset. Designed by Pritzker '
'Prize-winning firm, SANAA, the Sanctuary’s glass walls offer '
'360-degree views of 80 acres of natural landscapes, while the '
'room’s exceptional acoustics enhance the musical performances '
'happening within. This unique setting provides an immersion into '
'a singular moment where music intertwines with nature and '
'elevates a collective sense of hope and possibility. Past '
'performers include Yo-Yo Ma, violinist Joshua Bell, Mon Rovîa, '
'jazz vocalist Dianne Reeves, and Grace Farms Artist-in-Residence '
'cellist Arlen Hlusko.</p><hr/><h4><strong>About Derek '
'Gripper</strong></h4><p><img alt="Derek Gripper" '
'class="lazy-hidden" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Derek-by-Dimitri-Otis12-web--1024x576.jpg" '
'decoding="async" height="281" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="500"/><noscript><img alt="Derek Gripper" decoding="async" '
'height="281" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Derek-by-Dimitri-Otis12-web--1024x576.jpg" '
'width="500"/></noscript></p><p>Derek Gripper is one of South '
'Africa’s leading guitarists whose love of the kora set him '
'transcribing and recording some of its greatest works, changing '
'the face of classical guitar.</p><p>When Gripper released “One '
'Night on Earth,” his first album of kora translations, classical '
'guitar legend John Williams said he thought it was “absolutely '
'impossible until I heard Derek Gripper do it,” while kora '
'maestro Toumani Diabaté asked for confirmation that it was '
'indeed just one person playing. Both invited Derek to '
'collaborate with them: Derek performed with Williams in London’s '
'Shakespeare’s Globe and King’s Place, and with Diabaté and his '
'Symmetric Orchestra at the Acoustik Festival Bamako, Mali. His '
'2016 Carnegie Hall debut paired him with Mali’s Trio da Kali, '
'and the UK’s Songlines honoured him with best album in Africa '
'and the Middle East for his 2016 album “Libraries on '
'Fire.”</p><p>Since these two recordings put kora/guitar '
'translations on the map, his recent recordings “A Year of '
'Swimming” (2020), “Billy Goes to Durban,” (2021) and “Sleep '
'Songs for My Daughter” (2022), have incorporated elements of his '
'kora explorations in original compositions and improvisations, '
'captured on tape in the field and in studio, while his Bach '
'recordings have shown that African music has a lot to teach us '
'about recapturing the natural simplicity of early European '
'music.</p><p>Touring globally from his home in Cape Town, '
'Gripper is collaborating with Malian kora master Ballaké Sissoko '
'on a new duo project, and recording for the record label '
'Platoon.</p><h4><strong>About Alam Khan</strong></h4><p><img '
'alt="alam khan" class="lazy-hidden" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-web-v2.png" '
'decoding="async" height="281" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="500"/><noscript><img alt="alam khan" decoding="async" '
'height="281" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-web-v2.png" '
'width="500"/></noscript></p><p>Two-time Grammy-nominated artist '
'Alam Khan, Khalifa of the Seni Maihar Gharana and son of the '
'late legendary maestro of the Sarod, Swara Samrat Ali Akbar '
'Khan, has been captivating audiences worldwide for over 20 '
'years.</p><p>Since beginning his training at the age of seven, '
'Alam was fortunate to learn in the traditional style of Guru and '
'Shishya (teacher and student) under the careful guidance of his '
'father. The influence of Ali Akbar Khan’s teachings is evident '
'in every note Alam plays, as well as in his imaginative '
'interpretations of ancient ragas passed down from the courts of '
'Emperor Akbar through Mian Tansen in the 16th '
'century.</p><p>Alam’s performance career took off when he began '
'accompanying his father on international stages from 1996 to '
'2006. During this period, he performed at prestigious venues '
'such as the Royal Jodhpur Palace, the Dover Lane Music Festival '
'in Calcutta, New York’s Lincoln Center Jazz Festival, and in '
'highly acclaimed concerts across the United States, Canada, '
'Europe, and India.</p><p>While accompanying his father, Alam’s '
'solo career began to take shape in 1998, and since then he has '
'established himself as the true heir to Ali Akbar Khan’s legacy. '
'As one of the leading Sarod players of the Maihar Gharana, Alam '
'has received praise from musical icons such as Ravi Shankar, '
'Ustad Vilayat Khan, Pandit Shivkumar Sharma, and Pandit '
'Buddhadev Dasgupta, among many of India’s finest '
'musicians.</p><p>Alam has had the privilege of performing '
'alongside some of India’s greatest Tabla masters, including '
'Pandit Swapan Chaudhuri, Ustad Zakir Hussain, and Pandit Anindo '
'Chatterjee, at renowned venues around the world.</p><p>In '
'addition to his classical work, Alam has collaborated with a '
'diverse array of artists across various genres, including the '
'Grammy-winning Tedeschi Trucks Band, Vijay Iyer, Blake Mills, '
'Anoushka Shankar, Karsh Kale, Beats Antique, Bob Weir, The San '
'Francisco Symphony, Del Sol Quartet, and Jack Perla, among '
'others. He is also a founding member of the genre-bending group '
'Grand Tapestry and the primary composer of The Resonance '
'Between.</p><p>Alam served as his father’s personal assistant in '
'his final years, helping with teaching at the Ali Akbar College '
'of Music in San Rafael, California—a hub for students and lovers '
'of Indian classical music.</p><p>Following his father’s passing '
'in 2009, Alam became the Head of Indian Classical Instrumental '
'Studies at the Ali Akbar College of Music (AACM). He is '
'dedicated to preserving, performing, and sharing the rich '
'tradition of Indian classical music with the world, while '
'helping it flourish in the modern age.</p><hr/><h5><b>2026-2027 '
'season</b></h5><p>The 2026/2027 season deepens our ongoing '
'exploration of the programmatic theme, We all build, through a '
'new slate of one-of-a-kind experiences rooted in our mission to '
'foster more grace and peace locally and globally. Join us for '
'unforgettable musical performances, stirring dialogue from '
'today’s leading thinkers, and community moments — each held in '
'an immersive setting where boundaries between people, '
'architecture, and landscape dissolve. Visit us throughout the '
'seasons to sit at this unique intersection and explore topics '
'that aim to inspire both introspection and joy. From there, we '
'hope you connect with our theme that encourages all to build a '
'more graceful and peaceful world, every day.</p><h6 '
'style="text-align: left;">thank you to our 2026-2027 season '
'sponsor</h6><p><img alt="JPMC logo" class="lazy-hidden" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
'decoding="async" height="43" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
'height="43" '
'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
'width="300"/></noscript></p></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
'Sunday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark">Season Opener | Teresita '
'Fernández</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark">Leslie Odom, '
'Jr.</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-derek-gripper-alam-khan" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-derek-gripper-alam-khan" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12531
2026-08-11 18:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-03-26>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-03-26',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011851 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011851"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-26"> Friday, March 26, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-26"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-26" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-26" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12931
2026-08-11 18:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-03-24>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-03-24',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012151 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012151"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-24"> Wednesday, March 24, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-24"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-24" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-24" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-03-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12927
2026-08-11 18:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-03-23>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-03-23',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011973 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011973"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-23"> Tuesday, March 23, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-23"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-23" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-23" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12525
2026-08-11 18:44:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-03-20>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-03-20',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012263 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012263"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-20"> Saturday, March 20, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-20"><div class="tribe-recurring-event-time">10:00 '
'am - 2:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-20" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-20" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13313
2026-08-11 18:44:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-03-20>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-03-20',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012320 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-architecture cat_architecture '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012320"><div class="tribe-events-event-image"><img '
'alt="The River building at Grace Farms" class="attachment-full '
'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/><noscript><img alt="The River building at <span '
'class=" class="attachment-full size-full wp-post-image" '
'height="675" notranslate"="" '
'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
'/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>This comprehensive tour invites a '
'closer look at the architecture of the River building and Barns. '
'Take in 360–degree views of the surrounding landscapes while '
'exploring the building’s sustainable design, curated interiors, '
'and materials choices. During the tour, sample a cup of tea '
'from\xa0<span class="notranslate"><span '
'class="notranslate">Grace Farms</span></span>\xa0Tea & '
'Coffee, a Certified B Corp that demonstrates and educates about '
'ethical and sustainable supply chains.</p><p>The River building, '
'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
'certification for Building Design and Construction. A '
'demonstration of our continuing efforts to be as sustainable as '
'possible, in 2024, we were awarded Gold certification for '
'Building Operations and Maintenance, building on our LEED Silver '
'certification in 2019.</p><p>The River building was awarded the '
'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
'addition to the AIA National 2017 Architecture Honor Award and '
'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
'AIA CES 1.5 LU</em></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-20"> Saturday, March 20, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-20"><div class="tribe-recurring-event-time">10:30 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/grace-farms-tour-5" '
'title="Grace Farms Tour"> <span class="notranslate">Grace '
'Farms</span> Tour </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/architecture" '
'rel="tag">Architecture</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $30</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/tea-diplomacy/" '
'rel="bookmark">Tea Diplomacy in partnership with International '
'House of Japan</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/art-and-architecture-tour/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/art-and-architecture-tour/" '
'rel="bookmark">Art and Architecture '
'Tour</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
'rel="bookmark">Founders Architecture Talk | Creative Visions '
'Inspired by the '
'Landscape</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-20" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-20" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11990
2026-08-11 18:44:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-workshop-fantastic-fruits>
{'event_url': 'https://gracefarms.org/event/nature-workshop-fantastic-fruits',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68422 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
'cat_nature" id="post-68422"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Fantastic-Fruits-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Fantastic-Fruits-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Fantastic-Fruits-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Find inspiration in the fruit plants '
'and trees at <span class="notranslate">Grace Farms</span> and '
'learn the history and importance of our native fruits. '
'Understand the gardening process from start to finish, beginning '
'with plant choice, garden preparation and management, all the '
'way to harvesting and preservation. Leave with the <span '
'class="notranslate">Grace Farms</span> Garden Team’s recommended '
'varieties and planting instructions to plant your own fruit '
'trees at home.</p></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-20"> Saturday, March 20, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-03-20"> '
'11:00 am - 12:00 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/nature" '
'rel="tag">Nature</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0a3ef495-7bf7-6759-5eaf-fcb2f29cae91" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0a3ef495-7bf7-6759-5eaf-fcb2f29cae91" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
'Tuesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/19\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'decoding="async" height="683" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="683" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/20\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/" '
'rel="bookmark">Summer Discovery '
'Week</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-fantastic-fruits" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-fantastic-fruits" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:44:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:44:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:44:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12531
2026-08-11 18:44:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-03-26>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-03-26',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011921 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011921"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-26"> Friday, March 26, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-26"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-26" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-26" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12568
2026-08-11 18:45:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-03-25>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-03-25',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011786 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011786"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-25"> Thursday, March 25, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-25"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-25" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-25" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/winter-discovery-week-6/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12057
2026-08-11 18:45:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/winter-discovery-week-6>
{'event_url': 'https://gracefarms.org/event/winter-discovery-week-6',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68527 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68527"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-3-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-3-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">It’s a '
'winter wonderland at Grace Farms! Families can enjoy special '
'programming inspired by a cozy staycation. Pick up a Discovery '
'Guide at the Welcome Desk and venture through the River building '
'for hands-on wintertime activities. Collect stamps at each '
'activity for a small treat.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-02-18"> Thursday, February 18, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-02-18"> '
'10:00 am - 2:00 pm</div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/winter-discovery-week" '
'title="Winter Discovery Week"> Winter Discovery Week '
'</a></dd><dt class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong>Grace '
'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
'Canaan, CT 06840</strong>.</p><p><strong>On-site '
'parking</strong> is not guaranteed. Guests may\xa0be directed to '
'designated off-site parking, where shuttle service will be '
'provided.</p><p>Tickets for Grace Farms events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'Grace Farms does<span class="apple-converted-space">\xa0'
'</span><strong>not authorize</strong><span '
'class="apple-converted-space">\xa0</span>the sale or resale of '
'tickets through any third-party websites or vendors. Tickets '
'purchased elsewhere are<span class="apple-converted-space">\xa0'
'</span><strong>not guaranteed to be valid</strong><span '
'class="apple-converted-space">\xa0</span>and may be refused '
'entry.</p><p><strong>Members</strong> enjoy discounts on '
'programs. <a href="https://gracefarms.org/membership" '
'rel="noopener" target="_blank">Learn more about '
'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
'who are currently enrolled in a school or educational program '
'are eligible for discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-6" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-6" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-03-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12927
2026-08-11 18:45:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-03-16>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-03-16',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011972 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011972"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-16"> Tuesday, March 16, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-16"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-16" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-16" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 18085
2026-08-11 18:45:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra>
{'event_url': 'https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-67288 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-design-for-freedom tribe_events_cat-arts '
'tribe_events_cat-music cat_design-for-freedom cat_arts '
'cat_music" id="post-67288"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Hannah-Rose-Thomas-2026-update-1.jpg" '
'decoding="async" fetchpriority="high" height="562" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Hannah-Rose-Thomas-2026-update-1.jpg" '
'width="1000"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="562" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Hannah-Rose-Thomas-2026-update-1.jpg" '
'width="1000"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><h2 style="text-align: center;">Experience '
'a <span class="notranslate">Grace Farms</span> Lecture by '
'artist, scholar and advocate <span style="color: #ffaf3e;">Dr. '
'Hannah Rose Thomas </span>with a performance by a chamber '
'ensemble of the <span style="color: #ffaf3e;">London '
'Philharmonic Orchestra</span></h2><p><strong>Dr. Hannah Rose '
'Thomas</strong> has established a portrait painting practice, '
'harnessing art as a tool for advocacy. Her work has received '
'critical acclaim, with exhibitions in prestigious places, '
'including Buckingham Palace, the UK Houses of Parliament and the '
'Saatchi Gallery. Through her portfolio of portrait paintings, '
'she seeks to elevate the voices of the marginalized and '
'prescribe dignity to the persecuted and forcibly displaced. To '
'do so, Thomas incorporates early Renaissance and iconography '
'painting techniques into her work.</p><p>Central to Thomas’s '
'practice is an understanding of portraiture as an act of gifting '
'– an offering of attention, dignity, and presence that honors '
'the irreducible humanity of each individual. Her work also '
'reflects a deep ethic of hospitality, creating space for '
'encounter, listening, and relational exchange between artist, '
'subject, and viewer.</p><p><strong>The concert continues this '
'dialogue</strong> through music, with a chamber ensemble of the '
'London Philharmonic Orchestra performing a program responding '
'both to Thomas’s work and to <span class="notranslate">Grace '
'Farms</span>.</p><p>In 2023, <span class="notranslate">Grace '
'Farms</span> hosted the U.S. launch of Thomas’s book, <i>Tears '
'of Gold</i>, as well as a temporary exhibition of her work. The '
'book features portraits of Yazidi, Rohingya, and Nigerian women '
'who have suffered violence in areas of conflict and tells the '
'women’s stories, providing a testimony to their humanity and '
'resilience in the face of adversity.</p><p>As of 2025, Thomas’s '
'life-size portrait painting, <i>Nasreen</i>, of modern slavery '
'survivor Nasreen Sheikh, has been on view in the <i>With Every '
'Fiber</i>\xa0exhibit at <span class="notranslate">Grace '
'Farms</span>. <em>Nasreen</em> was created using egg tempera '
'paint mixed from natural pigments — a technique traditionally '
'used for religious art. Thomas’s use of iconography and early '
'Renaissance painting techniques and gold leaf for portrait '
'paintings is symbolic of the restoration of dignity and the '
'sacred value of each individual.</p><p>In 2025, players of the '
'London Philharmonic Orchestra recorded <i>Woven in Tears</i>, a '
'composition by Evan Williams commissioned by <span '
'class="notranslate">Grace Farms</span>. <i>Woven in Tears</i>\xa0'
'was especially written for the <i>With Every Fiber</i>\xa0'
'exhibit, and responds to Thomas’s portrait, <i>Nasreen</i>. The '
'London Philharmonic Orchestra also performed at <span '
'class="notranslate">Grace Farms</span>’ 9th Annual Benefit in '
'2024.</p><p>\xa0</p><p>Join us before the Lecture for a\xa0<a '
'href="https://tickets.gracefarms.org/events/24ee5e00-2348-c2ed-736c-e3782a356750" '
'rel="noopener" target="_blank">Natural Pigments Workshop</a>\xa0'
'with artist and <span class="notranslate">Grace Farms</span> '
'Educator\xa0<b>Grayson Kennedy</b>.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-14"> Sunday, March 14, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-03-14"> '
'3:00 pm - 5:00 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Categories:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/design-for-freedom" '
'rel="tag">Design for Freedom</a><a '
'href="https://gracefarms.org/events/category/arts" '
'rel="tag">Arts</a><a '
'href="https://gracefarms.org/events/category/arts/music" '
'rel="tag">Music</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $75 <br/> member: $60</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/7fd6e325-49c8-1472-9c15-638313932e74" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/7fd6e325-49c8-1472-9c15-638313932e74" '
'rel="external" target="_self"><div class="button"> PURCHASE '
'TICKETS</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><div class="extra-content"><p><img '
'alt="" class="lazy-hidden" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/2627-lectures-hero.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" decoding="async" '
'height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/2627-lectures-hero.jpg" '
'width="1000"/></noscript></p><h3><strong><span '
'class="notranslate"><span class="notranslate">Grace '
'Farms</span></span> Lectures with '
'Concert</strong></h3><p>Experience a moving afternoon of '
'inspiring dialogue and chamber music while immersed in '
'360-degree views of the surrounding natural '
'landscape.</p><p>Visionary leaders who have shaped our world '
'share a thought-provoking portrait of their life’s work on '
'the\xa0<span class="notranslate"><span class="notranslate">Grace '
'Farms</span></span> Sanctuary stage, inviting you to explore '
'central themes and fundamental questions that define their '
'distinguished careers. Following these talks, a curated chamber '
'music concert is performed by some of today’s most celebrated '
'musicians. This unique musical program thoughtfully responds to '
'the lecturer’s creative output, grounding this one-of-a-kind '
'experience rooted in hope, scholarship, and '
'innovation.</p><p>Past lecturers include <strong>Sharon '
'Prince</strong>, <strong>Dr. Miroslav Volf</strong>, and '
'<strong>Dr. Robin Wall '
'Kimmerer</strong>.</p><hr/><h4><b>2026/2027 '
'season</b></h4><p>The 2026/2027 season deepens our ongoing '
'exploration of the programmatic theme, We all build, through a '
'new slate of one-of-a-kind experiences rooted in our mission to '
'foster more grace and peace locally and globally. Join us for '
'unforgettable musical performances, stirring dialogue from '
'today’s leading thinkers, and community moments — each held in '
'an immersive setting where boundaries between people, '
'architecture, and landscape dissolve. Visit us throughout the '
'seasons to sit at this unique intersection and explore topics '
'that aim to inspire both introspection and joy. From there, we '
'hope you connect with our theme that encourages all to build a '
'more graceful and peaceful world, every day.</p><h6 '
'style="text-align: left;">thank you to our 2026-2027 season '
'sponsor</h6><p><img alt="JPMC logo" class="lazy-hidden" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
'decoding="async" height="43" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
'height="43" '
'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
'width="300"/></noscript></p></div><h2 '
'class="events-title">Related Events</h2><div '
'class="related-events-container"><ul class="tribe-related-events '
'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
'<a class="url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
'Sunday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark">Season Opener | Teresita '
'Fernández</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark">Leslie Odom, '
'Jr.</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12568
2026-08-11 18:45:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-03-18>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-03-18',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011785 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011785"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-18"> Thursday, March 18, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-18"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-18" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-18" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12385
2026-08-11 18:45:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-15>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-15',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68618 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families" '
'id="post-68618"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Step into the colorful arts studio '
'where children are encouraged to think in new ways and create an '
'inspired art project! Each month, <span '
'class="notranslate">Grace Farms</span> Arts Educator '
'<strong>Nancy Jameson</strong> leads a new tactile project '
'utilizing open-ended inquiry, and exploring <span '
'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
'community.</p><p><i>Recommended for children ages 4 through 11 '
'with adult caregivers. Please arrive at least half an hour '
'before the studio closes.\xa0</i></p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-14"> Sunday, March 14, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-03-14"> '
'12:00 pm - 2:00 pm</div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/open-arts-studio-9" '
'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-15" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-15" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12931
2026-08-11 18:45:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-03-17>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-03-17',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012150 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012150"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-17"> Wednesday, March 17, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-17"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-17" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-17" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12531
2026-08-11 18:45:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-03-19>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-03-19',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011920 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011920"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-19"> Friday, March 19, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-03-19"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-19" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-19" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/natural-pigment-workshop/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:06 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12323
2026-08-11 18:45:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/natural-pigment-workshop>
{'event_url': 'https://gracefarms.org/event/natural-pigment-workshop',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-68455 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
'cat_arts" id="post-68455"><div '
'class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image lazy-loaded" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Natural-Pigment-Workshop_web3.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Natural-Pigment-Workshop_web3.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/Natural-Pigment-Workshop_web3.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><p>Join <span class="notranslate">Grace '
'Farms</span> Educator and artist,\xa0<b>Grayson Kennedy</b>\xa0'
'for an immersive experience exploring the process of creating '
'pigments. Follow a special tour of the\xa0<i>With Every '
'Fiber</i>\xa0exhibit, highlighting\xa0<b>Dr. Hannah Rose '
'Thomas’</b>\xa0work,\xa0<i>Nasreen</i>, and learn about the '
'intentional processes and sourcing of natural pigments. Kennedy '
'will demonstrate egg tempera techniques as seen in Thomas’s '
'paintings, highlighting the inherent beauty of earth as a '
'natural resource for art.</p><p>Following the workshop, join us '
'for a\xa0<a '
'href="https://tickets.gracefarms.org/events/7fd6e325-49c8-1472-9c15-638313932e74"><span '
'class="notranslate">Grace Farms</span> Lecture with Concert '
'featuring Dr. Hannah Rose Thomas and a chamber ensemble of the '
'London Philharmonic Orchestra</a>.</p></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-03-14"> Sunday, March 14, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" title="2027-03-14"> '
'1:00 pm - 2:00 pm</div></dd></div><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/arts" '
'rel="tag">Arts</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
'class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/24ee5e00-2348-c2ed-736c-e3782a356750" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/24ee5e00-2348-c2ed-736c-e3782a356750" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
'Sunday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
'rel="bookmark">Season Opener | Teresita '
'Fernández</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
'rel="bookmark">Leading with Purpose | Sarah '
'Harden</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
'Saturday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/leslie-odom-jr/" '
'rel="bookmark">Leslie Odom, '
'Jr.</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnatural-pigment-workshop" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnatural-pigment-workshop" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12931
2026-08-11 18:45:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-04-28>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-04-28',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10012155 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10012155"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-04-28"> Wednesday, April 28, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-04-28"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-28" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-28" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 18:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-04-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12927
2026-08-11 18:45:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-04-27>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-04-27',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011977 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011977"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div '
'data-slate-type="paragraph"><p>Families are invited to play, '
'build, deconstruct, reimagine, and discover the life cycle of '
'everyday materials in our built environment with the <span '
'class="notranslate">Grace Farms</span> Education Team. Inspired '
'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
'can explore the unique properties of building materials and use '
'their imaginations to create new applications for them.</p><p>On '
'October 11, 2025, <span class="notranslate">Grace Farms</span> '
'unveiled a new iteration of the With Every Fiber exhibit, which '
'offers insights into forced labor in the building materials '
'supply chain. A portion of With Every Fiber was adapted and '
'included in the Intelligens CANON at the 19th International '
'Architecture Exhibition of La Biennale di Venezia, curated by '
'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-04-27"> Tuesday, April 27, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-04-27"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/materials-studio" '
'title="Materials Studio"> Materials Studio </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> free and included with daily '
'registration</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
'<a '
'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
'rel="external" target="_self"><div class="button"> Schedule a '
'Visit</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-27" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-27" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12531
2026-08-11 18:45:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-04-30>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-04-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011926 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011926"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-04-30"> Friday, April 30, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-04-30"><div class="tribe-recurring-event-time">11:00 '
'am - 11:30 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12568
2026-08-11 18:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-04-29>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-04-29',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011791 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011791"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'decoding="async" fetchpriority="high" height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="900" '
'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
'width="1600"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Our '
'youngest artists, designers, and builders are invited into the '
'Arts Studio to have fun making art inspired by the River '
'building and surrounding landscape. Learning through art, '
'children will think, play, create, and experiment with texture, '
'form, line, color and space. Led by <span '
'class="notranslate">Grace Farms</span> Arts Educator Nancy '
'Jameson, Studio Beginnings provides a new prompt '
'weekly.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">This session is recommended for ages '
'1-5 and their caretakers.</div></div><div '
'class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-04-29"> Thursday, April 29, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-04-29"><div class="tribe-recurring-event-time">10:00 '
'am - 12:00 pm</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/studio-beginnings-3" '
'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $12 <br/> family members: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-29" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-29" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 18:45:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12531
2026-08-11 18:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-04-30>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-04-30',
'platform': 'Grace Farms',
'platform_hash': '71a358f5de128b639c656f8f0b665c73',
'raw_body': '<div class="post-10011856 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-children-families cat_children-families '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10011856"><div class="tribe-events-event-image"><img '
'alt="" class="attachment-full size-full wp-post-image '
'lazy-loaded" data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'decoding="async" fetchpriority="high" height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/><noscript><img alt="" class="attachment-full '
'size-full wp-post-image" decoding="async" fetchpriority="high" '
'height="675" '
'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
'width="1200"/></noscript></div><div '
'class="tribe-events-single-event-description '
'tribe-events-content"><div data-slate-type="paragraph">Inspired '
'by the season’s theme, <em>We all build</em>, Bunny Book Group '
'invites children to read stories that explore how an idea can '
'evolve into a beautiful, inspiring, and innovative '
'creation.</div><div data-slate-type="paragraph"></div><div '
'data-slate-type="paragraph">Each week features a different book '
'from the <span class="notranslate">Grace Farms</span> Library '
'paired with hands-on activities informed by the architecture, '
'art, and landscape at <span class="notranslate">Grace '
'Farms</span>.</div></div><div class="tribe-events-single-section '
'tribe-events-event-meta primary tribe-clearfix"><h3 '
'class="tribe-events-single-section-title"> Details</h3><div '
'class="tribe-events-event-meta-container"><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-details"><dl><div '
'class="detail-item"><dt> Date:</dt><dd> <abbr '
'class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2027-04-30"> Friday, April 30, 2027 '
'</abbr></dd></div><div class="detail-item"><dt> '
'Time:</dt><dd><div class="tribe-events-abbr '
'tribe-events-start-time published dtstart" '
'title="2027-04-30"><div class="tribe-recurring-event-time">10:15 '
'am - 10:45 am</div></div></dd></div><dt '
'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
'class="tec-events-pro-series-meta-detail--link"> <a '
'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
'2026/2027 Season </a></dd><dt '
'class="tribe-events-event-categories-label">Event '
'Category:</dt><dd class="tribe-events-event-categories"><a '
'href="https://gracefarms.org/events/category/children-families" '
'rel="tag">Children & Families</a></dd></dl></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-venue"><dl><div '
'class="detail-item"><dt>Location:</dt></div><div '
'class="detail-item"><dd class="tribe-venue"> <a '
'href="https://gracefarms.org/venue/grace-farms-ct"><span '
'class="notranslate">Grace Farms</span>, '
'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
'tribe-events-meta-group-gmap"></div><div '
'class="tribe-events-meta-group '
'tribe-events-meta-group-other"><div class="box"><h3 '
'class="tribe-events-meta-group-other-title">Ticket '
'Prices</h3><dl><div class="detail-item"><dd '
'class="tribe-meta-value"> $5 <br/> family member: '
'free</dd></div><div class="detail-item"><dd '
'class="tribe-meta-value"></dd></div></dl><div '
'class="get-ticket"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div><div class="get-ticket '
'get-ticket-mobile"> <a '
'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
'rel="external" target="_self"><div class="button"> Get my '
'tickets</div> </a></div></div></div></div></div><div '
'class="tribe-events-goodfolk"><h2 class="events-title">Related '
'Events</h2><div class="related-events-container"><ul '
'class="tribe-related-events tribe-clearfix"><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'decoding="async" height="563" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1000"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="563" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
'width="1000"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/12\xa0<span>|\xa0'
'Wednesday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-12/" '
'rel="bookmark">Materials Studio for '
'Children</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/" '
'rel="bookmark">Studio '
'Beginnings</a></h3></div></div></li><li><div '
'class="tribe-related-events-thumbnail"> <a class="url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
'attachment-large size-large wp-post-image" '
'data-lazy-type="image" '
'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'decoding="async" height="576" '
'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
'width="1024"/><noscript><img alt="" class="attachment-large '
'size-large wp-post-image" decoding="async" height="576" '
'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
'width="1024"/></noscript></a></div><div '
'class="tribe-related-event-info"><div '
'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
'Thursday</span></div><div class="tribe-related-title"><h3 '
'class="tribe-related-events-title"><a class="tribe-event-url" '
'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/" '
'rel="bookmark">Open Arts Studio | Landscape '
'Collages</a></h3></div></div></li></ul></div><div '
'class="footer-text-container"><div><p><strong><span '
'class="notranslate">Grace Farms</span></strong> is located at '
'<strong>365 Lukes Wood Road, New Canaan, CT '
'06840</strong>.</p><p><strong>On-site parking</strong> is not '
'guaranteed. Guests may\xa0be directed to designated off-site '
'parking, where shuttle service will be provided.</p><p>Tickets '
'for <span class="notranslate">Grace Farms</span> events are '
'available<span class="apple-converted-space">\xa0'
'</span><strong>exclusively through gracefarms.org</strong>. '
'<span class="notranslate">Grace Farms</span> does<span '
'class="apple-converted-space">\xa0</span><strong>not '
'authorize</strong><span class="apple-converted-space">\xa0'
'</span>the sale or resale of tickets through any third-party '
'websites or vendors. Tickets purchased elsewhere are<span '
'class="apple-converted-space">\xa0</span><strong>not guaranteed '
'to be valid</strong><span class="apple-converted-space">\xa0'
'</span>and may be refused entry.</p><p><strong>Members</strong> '
'enjoy discounts on programs. <a '
'href="https://gracefarms.org/membership" rel="noopener" '
'target="_blank">Learn more about membership</a>.<br/> '
'<strong>Students</strong> ages 13 and older who are currently '
'enrolled in a school or educational program are eligible for '
'discounted tickets to select events.<br/> '
'<strong>Children</strong>\xa012 and under may qualify for '
'special child pricing when available.</p></div></div><div '
'class="share-links-container"><h5>Share this event</h5><div '
'class="share-links-buttons"> <a '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-30" '
'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
'31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
'29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
'27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
'22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
'13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
'6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
'2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
'23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
'15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
'19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
'11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
'9.2583H21M11 17.2583H21" stroke="#96887E" '
'stroke-width="2.5"></path> </svg> </a> <a '
'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-30" '
'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
'29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
'12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
'11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
'11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
'12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
'23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
'23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
'22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
'6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
'6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
'4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
'16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
'23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
'23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
'22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
'20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
'13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
'14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
'14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
'13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
'23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
'22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
'11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
'11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
'11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
'12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
'11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
'12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
'15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
'</svg> </a></div></div></div></div>'}
2026-08-11 18:45:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/>